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
The peer.service attribute helps to relate traces between services. We are currently using it in some services spans, but it would be great to add it to all spans. The attribute is defined in the semantic conventions: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/peer.md?plain=1#L15
peer.service
Describe the solution you'd like:
Add the peer.service attributes to all the spans that make a request to known services.
The text was updated successfully, but these errors were encountered:
open-telemetry/oteps#247 (see also)
Sorry, something went wrong.
No branches or pull requests
Feature Request
The
peer.service
attribute helps to relate traces between services. We are currently using it in some services spans, but it would be great to add it to all spans. The attribute is defined in the semantic conventions: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/peer.md?plain=1#L15Describe the solution you'd like:
Add the
peer.service
attributes to all the spans that make a request to known services.The text was updated successfully, but these errors were encountered: