Skip to content

Commit d40ede8

Browse files
authoredFeb 6, 2024
Merge branch 'main' into messaging-settlement-span
2 parents 23580f5 + 2ff370d commit d40ede8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
- `type` to `process.context_switch_type`
3232
- Rename attributes for `process.paging.faults`
3333
- `type` to `process.paging.fault_type`
34+
- Fix JVM buffer metric schema translations
35+
([#683](https://github.com/open-telemetry/semantic-conventions/pull/683))
3436

3537
### Features
3638

‎schema-next.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ versions:
140140
attribute_map:
141141
pool: jvm.buffer.pool.name
142142
apply_to_metrics:
143-
- jvm.buffer.usage
144-
- jvm.buffer.limit
143+
- jvm.buffer.memory.usage
144+
- jvm.buffer.memory.limit
145145
- jvm.buffer.count
146146
# https://github.com/open-telemetry/semantic-conventions/pull/89
147147
- rename_attributes:

0 commit comments

Comments
 (0)
Please sign in to comment.