@@ -4,7 +4,7 @@ linkTitle: Runtime Environment
44
55# Semantic Conventions for JVM Metrics
66
7- ** Status** : [ Experimental ] [ DocumentStatus ]
7+ ** Status** : [ Mixed ] [ DocumentStatus ]
88
99This document describes semantic conventions for JVM metrics in OpenTelemetry.
1010
@@ -29,7 +29,7 @@ This document describes semantic conventions for JVM metrics in OpenTelemetry.
2929 * [ Metric: ` jvm.cpu.time ` ] ( #metric-jvmcputime )
3030 * [ Metric: ` jvm.cpu.count ` ] ( #metric-jvmcpucount )
3131 * [ Metric: ` jvm.cpu.recent_utilization ` ] ( #metric-jvmcpurecent_utilization )
32- - [ Very experimental ] ( #very-experimental )
32+ - [ Experimental ] ( #very-experimental )
3333 * [ Metric: ` jvm.memory.init ` ] ( #metric-jvmmemoryinit )
3434 * [ Metric: ` jvm.system.cpu.utilization ` ] ( #metric-jvmsystemcpuutilization )
3535 * [ Metric: ` jvm.system.cpu.load_1m ` ] ( #metric-jvmsystemcpuload_1m )
@@ -41,6 +41,8 @@ This document describes semantic conventions for JVM metrics in OpenTelemetry.
4141
4242## JVM Memory
4343
44+ ** Status** : [ Stable] [ DocumentStatus ]
45+
4446** Description:** Java Virtual Machine (JVM) metrics captured under the namespace ` jvm.memory.* `
4547
4648### Metric: ` jvm.memory.used `
@@ -153,6 +155,8 @@ This metric is obtained from [`MemoryPoolMXBean#getCollectionUsage()`](https://d
153155
154156## JVM Garbage Collection
155157
158+ ** Status** : [ Stable] [ DocumentStatus ]
159+
156160** Description:** Java Virtual Machine (JVM) metrics captured under the namespace ` jvm.gc.* `
157161
158162### Metric: ` jvm.gc.duration `
@@ -270,6 +274,8 @@ This metric is obtained from [`ClassLoadingMXBean#getLoadedClassCount()`](https:
270274
271275## JVM CPU
272276
277+ ** Status** : [ Stable] [ DocumentStatus ]
278+
273279** Description:** Java Virtual Machine (JVM) metrics captured under the namespace ` jvm.cpu.* `
274280
275281### Metric: ` jvm.cpu.time `
@@ -321,7 +327,9 @@ Note that the JVM does not provide a definition of what "recent" means.
321327<!-- semconv metric.jvm.cpu.recent_utilization(full) -->
322328<!-- endsemconv -->
323329
324- ## Very experimental
330+ ## Experimental
331+
332+ ** Status** : [ Experimental] [ DocumentStatus ]
325333
326334** Description:** Very experimental Java Virtual Machine (JVM) metrics captured under ` jvm. `
327335
0 commit comments