We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23580f5 + 2ff370d commit d40ede8Copy full SHA for d40ede8
CHANGELOG.md
@@ -31,6 +31,8 @@
31
- `type` to `process.context_switch_type`
32
- Rename attributes for `process.paging.faults`
33
- `type` to `process.paging.fault_type`
34
+- Fix JVM buffer metric schema translations
35
+ ([#683](https://github.com/open-telemetry/semantic-conventions/pull/683))
36
37
### Features
38
schema-next.yaml
@@ -140,8 +140,8 @@ versions:
140
attribute_map:
141
pool: jvm.buffer.pool.name
142
apply_to_metrics:
143
- - jvm.buffer.usage
144
- - jvm.buffer.limit
+ - jvm.buffer.memory.usage
+ - jvm.buffer.memory.limit
145
- jvm.buffer.count
146
# https://github.com/open-telemetry/semantic-conventions/pull/89
147
- rename_attributes:
0 commit comments