We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenTelemetry
net8.0
According to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/getting-started-aspnetcore/README.md, the activity should include the following activity tags:
However, the activity includes the following tags:
Follow example instructions at https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/getting-started-aspnetcore/README.md
The activity has the http.url tag.
The activity does not have the http.url tag.
No response
The text was updated successfully, but these errors were encountered:
The request activity tags is set here and it doesn't include "http.url".
"http.url"
Sorry, something went wrong.
@paulomorgado, http semantic convention was changed during the semantic convention stabilization process. The final step is here: open-telemetry/semantic-conventions#377
The latest stable semantic convention version is described here: https://github.com/open-telemetry/semantic-conventions/blob/v1.26.0/docs/http/http-spans.md#http-server-semantic-conventions
I do not see any obvious issues.
Documentation will be updated in #5740
Successfully merging a pull request may close this issue.
Package
OpenTelemetry
Package Version
Runtime Version
net8.0
Description
According to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/getting-started-aspnetcore/README.md, the activity should include the following activity tags:
However, the activity includes the following tags:
Steps to Reproduce
Follow example instructions at https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/getting-started-aspnetcore/README.md
Expected Result
The activity has the http.url tag.
Actual Result
The activity does not have the http.url tag.
Additional Context
No response
The text was updated successfully, but these errors were encountered: