0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

go-test-traceでテストのパフォーマンスを確認する

Last updated at Posted at 2025-04-04

Run jaeger

docker run -d --name jaeger -p 16686:16686 -p 4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest

Run go-test-trace

Install

go install github.com/rakyll/go-test-trace@latest

Run

go-test-trace -traceparent=00-0af7651916cd43dd8448eb211c80319b-b7ad6b7169203331-01 -endpoint 127.0.0.1:4317 ./... -count=1

Open Jaeger UI with the root span id:

Ref

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?