-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otel Auto Config - Tracing name is showing only http method but url is missing #896
Comments
@arasuse sorry but I don't quite understand your question, could you please explain more where the url is missing? It would also help to see what config you are running and an example YAML of your deployment with the auto-instrumentation agent if possible |
I think that I have the same problem. This is what I get from Kibana transaction list when using coding integrated instrumentation (What we need): And this is what I get from Kibana transaction list when using auto instrumentation: Thank you! |
@NhatVuDuy ah, I understand now. We do support For versions below that, we don't support We don't have any configuration to enable this. But I think we could add that as a feature. I also think it might be possible for us to use |
@damemi That sounds good to me. We can add this as an Opt-in, similar to what we have to include db query. |
@RonFed cool, we can look into it. @NhatVuDuy unfortunately right now we're prioritizing work for our beta release which is more focused on stability than features, so this won't be a top priority at the moment. But we will keep this open to track the feature request, thanks! |
Thank you so much. Thanks again! |
Hi @damemi, I upgraded my go version to 1.22.0, but the tracing data still show {method} only (attached photo below).
BTW, Do we have any option to disable a service (e.g kafka) from auto tracing? |
@NhatVuDuy are you using routing patterns in your code? That is what auto-instrumentation relies on to know it's a low-cardinality route. That feature became available in go 1.22 |
@damemi I think those are client spans, hence the path templates are not relevant in that case. |
Sorry for my late response. |
Describe the bug
I'm using Otel Auto Config with agent-extension for tracing. In GKE under tracing screen i see only http method but url is missing. Can someone help me to resolve the issue?
Environment
The text was updated successfully, but these errors were encountered: