File tree 2 files changed +5
-2
lines changed
specification/metrics/semantic_conventions
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ release.
22
22
- Add database connection pool metrics semantic conventions
23
23
([ #2273 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2273 ) ).
24
24
- 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 ) ).
26
29
27
30
### Logs
28
31
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ All JVM metric attributes are required unless otherwise indicated.
65
65
| | | | | | | pool | Name of pool [ 1] |
66
66
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes | ` By ` | UpDownCounter | Int64 | type | ` "heap" ` , ` "nonheap" ` |
67
67
| | | | | | | 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" ` |
69
69
| | | | | | | pool | Name of pool [ 1] |
70
70
| process.runtime.jvm.threads.count | Number of executing threads | threads | ` {threads} ` | UpDownCounter | Int64 | | |
71
71
| process.runtime.jvm.classes.loaded | Number of classes loaded since JVM start | classes | ` {classes} ` | Counter | Int64 | | |
You can’t perform that action at this time.
0 commit comments