Skip to content

Commit ac422e7

Browse files
authored
Rename p.r.jvm.memory.max to p.r.jvm.memory.limit (open-telemetry#2605)
1 parent 8d21747 commit ac422e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ release.
2222
- Add database connection pool metrics semantic conventions
2323
([#2273](https://github.com/open-telemetry/opentelemetry-specification/pull/2273)).
2424
- Specify optional support for an Exponential Histogram Aggregation.
25-
([#2252](https://github.com/open-telemetry/opentelemetry-specification/pull/2252))
25+
([#2252](https://github.com/open-telemetry/opentelemetry-specification/pull/2252)).
26+
- Change JVM runtime metric `process.runtime.jvm.memory.max`
27+
to `process.runtime.jvm.memory.limit`
28+
- ([#2605](https://github.com/open-telemetry/opentelemetry-specification/pull/2605)).
2629

2730
### Logs
2831

specification/metrics/semantic_conventions/runtime-environment-metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All JVM metric attributes are required unless otherwise indicated.
6565
| | | | | | | pool | Name of pool [1] |
6666
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
6767
| | | | | | | pool | Name of pool [1] |
68-
| process.runtime.jvm.memory.max | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
68+
| process.runtime.jvm.memory.limit | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
6969
| | | | | | | pool | Name of pool [1] |
7070
| process.runtime.jvm.threads.count | Number of executing threads | threads | `{threads}` | UpDownCounter | Int64 | | |
7171
| process.runtime.jvm.classes.loaded | Number of classes loaded since JVM start | classes | `{classes}` | Counter | Int64 | | |

0 commit comments

Comments
 (0)