Fix jvm buffer metric schema translations (#683)

Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
Trask Stalnaker 2024-02-06 04:23:21 -08:00 committed by GitHub
parent c9252a1222
commit 2ff370d136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,8 @@
- `type` to `process.context_switch_type` - `type` to `process.context_switch_type`
- Rename attributes for `process.paging.faults` - Rename attributes for `process.paging.faults`
- `type` to `process.paging.fault_type` - `type` to `process.paging.fault_type`
- Fix JVM buffer metric schema translations
([#683](https://github.com/open-telemetry/semantic-conventions/pull/683))
### Features ### Features

View File

@ -140,8 +140,8 @@ versions:
attribute_map: attribute_map:
pool: jvm.buffer.pool.name pool: jvm.buffer.pool.name
apply_to_metrics: apply_to_metrics:
- jvm.buffer.usage - jvm.buffer.memory.usage
- jvm.buffer.limit - jvm.buffer.memory.limit
- jvm.buffer.count - jvm.buffer.count
# https://github.com/open-telemetry/semantic-conventions/pull/89 # https://github.com/open-telemetry/semantic-conventions/pull/89
- rename_attributes: - rename_attributes: