-
Notifications
You must be signed in to change notification settings - Fork 195
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
Define standard, vendor-agnostic, language-agnostic instrumentation identity attributes #1094
Define standard, vendor-agnostic, language-agnostic instrumentation identity attributes #1094
Conversation
…iangulating the source of instrumentation.
It almost seems like we need general conventions to define packages, package repositories and source code 🤔 . |
We discussed this PR in the semantic conventions meeting (2024-06-17). Basically, we see the following issues/points to clarify:
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Related: #1229 |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Changes
Introduces
instrumentation.source.*
andinstrumentation.distribution.*
attributes to enable more triangulation of dependency libraries that have been instrumented with Open Telemetry and that construct theInstrumentationScope
.This is forked off from related pull request:
The related pull request includes GCP-specific attributes (e.g.
gcp.client.service
). Standard, common attributes were requested there. This pull request aims to provide the general, vendor-agnostic attributes requested.Merge requirement checklist
[chore]