Rename process.runtime.jvm.buffer.*
metrics
#3483
Labels
area:semantic-conventions
Related to semantic conventions
spec:metrics
Related to the specification/metrics directory
Rename
process.runtime.jvm.buffer.*
metrics toprocess.runtime.jvm.buffers.*
based on guidance from https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/README.md#pluralization (also similar tosystem.processes.*
).Also suggesting a couple other renames because buffer "usage" and "limit" don't seem super clear that they're about memory. And also these proposed names match the underlying MBean attributes.
So in total, proposing:
process.runtime.jvm.buffer.count
-->process.runtime.jvm.buffers.count
(maybe.active
instead of.count
, or maybe just dropping the.count
, depending on outcome of other discussions)process.runtime.jvm.buffer.usage
-->process.runtime.jvm.buffers.memory_usage
process.runtime.jvm.buffer.limit
-->process.runtime.jvm.buffers.total_capacity
Not adding this to JVM metric stability project since we are not planning to include these metrics in the initial stability.
The text was updated successfully, but these errors were encountered: