Fix jvm buffer metric schema translations (#683)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
parent
c9252a1222
commit
2ff370d136
|
|
@ -31,6 +31,8 @@
|
|||
- `type` to `process.context_switch_type`
|
||||
- Rename attributes for `process.paging.faults`
|
||||
- `type` to `process.paging.fault_type`
|
||||
- Fix JVM buffer metric schema translations
|
||||
([#683](https://github.com/open-telemetry/semantic-conventions/pull/683))
|
||||
|
||||
### Features
|
||||
|
||||
|
|
|
|||
|
|
@ -140,8 +140,8 @@ versions:
|
|||
attribute_map:
|
||||
pool: jvm.buffer.pool.name
|
||||
apply_to_metrics:
|
||||
- jvm.buffer.usage
|
||||
- jvm.buffer.limit
|
||||
- jvm.buffer.memory.usage
|
||||
- jvm.buffer.memory.limit
|
||||
- jvm.buffer.count
|
||||
# https://github.com/open-telemetry/semantic-conventions/pull/89
|
||||
- rename_attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue