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

Rename nonheap to non_heap #3250

Merged
merged 3 commits into from
Feb 24, 2023
Merged

Conversation

trask
Copy link
Member

@trask trask commented Feb 22, 2023

Fixes open-telemetry/opentelemetry-java-instrumentation#7876 (the implementation used non_heap, which seems better)

Changes

Renames JVM metric attribute value from nonheap to non_heap.

@trask trask marked this pull request as ready for review February 22, 2023 22:17
@trask trask requested review from a team February 22, 2023 22:17
@trask trask added area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory labels Feb 22, 2023
CHANGELOG.md Show resolved Hide resolved
@carlosalberto carlosalberto merged commit ea5cbf7 into open-telemetry:main Feb 24, 2023
@trask trask deleted the non-heap branch February 24, 2023 16:02
jsuereth pushed a commit to jsuereth/opentelemetry-specification that referenced this pull request Feb 28, 2023
Fixes
open-telemetry/opentelemetry-java-instrumentation#7876
(the implementation used `non_heap`, which seems better)

## Changes

Renames JVM metric attribute value from `nonheap` to `non_heap`.

---------

Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency on non_heap vs. nonheap value for memory metrics
7 participants