Go autoinstrumentation traces does not show endpoint path in Observability Backend #4647
Replies: 1 comment
-
This looks like it was opened in the wrong repository. https://github.com/open-telemetry/opentelemetry-go-instrumentation is likely the place you want to ask this question. I'm not able to transfer the discussion unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using auto-instrumentation for Golang via k8s Otel Operator.
I also use it for Node and Python. But Go is the only language that does not shows the requests endpoint paths and duration in the traces in the observability backend, it only shows the request method, but not the endpoint (I'm using Tempo in this example as observability backend, but I also tried with Jaeger). But then, If I open or inspect the trace, I can see all the values of duration and endpoints of the request:
On the other hand, this is how traces look like when using nodejs autointrumentation for instance (and is what I thought I was going to see with Golang too):
I've been reading and I don't know if this could be related with some bug or with some misconfiguration on my side.
The Instrumentation CRD is configured as below:
So my questions are:
Thank you!
C.
Beta Was this translation helpful? Give feedback.
All reactions