Skip to content
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

Extend semantic conventions for RPC in api/standard package #893

Closed
MrAlias opened this issue Jul 2, 2020 · 1 comment · Fixed by #900
Closed

Extend semantic conventions for RPC in api/standard package #893

MrAlias opened this issue Jul 2, 2020 · 1 comment · Fixed by #900
Assignees
Labels
pkg:API Related to an API package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Jul 2, 2020

Attribute name Notes and examples Required?
rpc.system A string identifying the remoting system, e.g., "grpc", "java_rmi" or "wcf". Yes
rpc.service The full name of the service being called, including its package name, if applicable. No, but recommended
rpc.method The name of the method being called, must be equal to the $method part in the span name. No, but recommended

Related to open-telemetry/opentelemetry-specification#604

@MrAlias MrAlias added the pkg:API Related to an API package label Jul 2, 2020
@MrAlias MrAlias added this to the Implement v0.6.0 Specification milestone Jul 2, 2020
@matej-g
Copy link
Contributor

matej-g commented Jul 5, 2020

I took the liberty of opening a PR for this - #900 - hopefully that's OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:API Related to an API package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants