-
Notifications
You must be signed in to change notification settings - Fork 896
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
add namespace to jvm metric attributes #3464
Conversation
- which is in the spirit of other attributes such as "net.peer.ip", where "." is used multiple times - which provides a common prefix ("memory.") with "memory.type" to establish a logical grouping
@zeitlinger can you add the schema transformations to this PR also? check out https://github.com/open-telemetry/opentelemetry-specification/pull/3431/files |
- which is in the spirit of other attributes such as "net.peer.ip", where "." is used multiple times - which provides a common prefix ("memory.") with "memory.type" to establish a logical grouping
done 😄 |
@zeitlinger heads up - most likely this PR will be closed, and we'll ask you to resubmit the PR in a new repo, please refer to #3474 (comment). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to https://github.com/open-telemetry/semantic-conventions
Fixes #3417
Changes
I'll create the changelog and schema changes after #3431 has been merged (to avoid merge conflicts)