-
Notifications
You must be signed in to change notification settings - Fork 959
Emit schema url from instrumentations #11939
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
Comments
If I'm understanding correctly, all instrumentations (stable or experimental) should be able to emit schema url (if applicable):
|
@crossoverJie is this export from the Java agent? can you find where in the Java agent code we're setting it? |
It may be the features introduced by these two PRs. |
are you seeing schema url only on resource, or are you also seeing schema url populated on instrumentation scope? |
Is your feature request related to a problem? Please describe.
Currently none of the instrumentations emit schema url, which makes it harder for backends to detect which version of semantic conventions are being emitted (in particular relevant for old vs stable semconv like HTTP, and soon Database).
Describe the solution you'd like
Emit the appropriate schema url from each instrumentation
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: