otel
package prior to their GA release.
module go.opentelemetry.io/otel@latest found (v0.16.0), but does not contain package go.opentelemetry.io/otel/api/propagation
or am i doing something incorrect? just following the doc examples on https://opentelemetry.io/docs/go/getting-started/module go.opentelemetry.io/otel@latest found (v0.16.0), but does not contain package go.opentelemetry.io/otel/api/trace
exporter, err := otlp.NewExporter(ctx)
Hello folks, I had 2 problems with OTEL Implementation in Golang
1 - Golang service don't show in the trace despite the headers are sent in b3 multi format
2 - I can't propate headers (forward headers) from Golang service as In the endpoint I am doing a http request to another service
I've followed example from OTEL gorilla mux instrumentation but in vain, can anyone help please
I'm using the OpenTelemetry libraries at version 0.15 right now. I noticed that the documentation for (*BatchSpanProcessor).Shutdown
claims that it "flushes the queue and waits until all spans are processed." What I see, though, and by my reading of the code, it does not flush spans that have not made it through the queue yet.
Does anyone know if this has changed in the latest version 0.16?