You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using OpenTelemetry + Tempo to monitor my C# application.
I am curious about the difference between url.path and http.route in the attributes.
In some applications' traces, http.route does not appear, while in others, url.path is missing.
If the http.route attribute is missing, the trace name only displays HTTP methods, making it very difficult for me to troubleshoot issues.
In some application, I don't know why it only shows POST in trace_name, and missing http.route and url.path in attributes.
Could you please explain the difference between the two and the logic behind their usage? Also, how can I ensure that both attributes appear simultaneously?
Thanks!
Additional context
No response
The text was updated successfully, but these errors were encountered:
I assume that your application is working on the server side, so links are leading to server sections. On the same page you can find also related to the client side:
What is the question?
I am currently using OpenTelemetry + Tempo to monitor my C# application.
I am curious about the difference between url.path and http.route in the attributes.
In some applications' traces, http.route does not appear, while in others, url.path is missing.
If the http.route attribute is missing, the trace name only displays HTTP methods, making it very difficult for me to troubleshoot issues.
In some application, I don't know why it only shows POST in trace_name, and missing http.route and url.path in attributes.
Could you please explain the difference between the two and the logic behind their usage? Also, how can I ensure that both attributes appear simultaneously?
Thanks!
Additional context
No response
The text was updated successfully, but these errors were encountered: