-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The current demo/http app may not be ready to make it end-to-end yet, I guess, as there is no role for otel CLI to play with.
So, based on my understanding, I've updated the procedure to compile it with otel involved, but nothing has happened: no tracing at least based on my observation.
Environment
- OS: iOS, Linux
- Go Version:
$ go version
go version go1.25.5 darwin/arm64- Version: latest in main branch, as of 6 Jan 2026.
To Reproduce
- To compile it with
otelCLI, for both of my testing envs:
For Server:
env GOOS=darwin GOARCH=arm64 otel go build -o server-darwin-arm64 .
env GOOS=linux GOARCH=arm64 otel go build -o server-linux-arm64 .For Client:
env GOOS=darwin GOARCH=arm64 otel go build -o client-darwin-arm64 .
env GOOS=linux GOARCH=arm64 otel go build -o client-linux-arm64 .Then run it with OTEL_EXPORTER_OTLP_ENDPOINT exported for collecting the tracing:
export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"But, nothing had happened: no tracing was observed based on my experiments.
Expected behavior
Tracing should be observed and collected.
kakkoyun
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working