Mark JVM metrics stable in yaml too (#603)
This commit is contained in:
parent
2966241ecd
commit
34184ace6c
|
|
@ -35,6 +35,7 @@ groups:
|
||||||
brief: "Measure of memory used."
|
brief: "Measure of memory used."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "By"
|
unit: "By"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.memory.committed
|
- id: metric.jvm.memory.committed
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -43,6 +44,7 @@ groups:
|
||||||
brief: "Measure of memory committed."
|
brief: "Measure of memory committed."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "By"
|
unit: "By"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.memory.limit
|
- id: metric.jvm.memory.limit
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -51,6 +53,7 @@ groups:
|
||||||
brief: "Measure of max obtainable memory."
|
brief: "Measure of max obtainable memory."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "By"
|
unit: "By"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.memory.used_after_last_gc
|
- id: metric.jvm.memory.used_after_last_gc
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -59,6 +62,7 @@ groups:
|
||||||
brief: "Measure of memory used, as measured after the most recent garbage collection event on this pool."
|
brief: "Measure of memory used, as measured after the most recent garbage collection event on this pool."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "By"
|
unit: "By"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.gc.duration
|
- id: metric.jvm.gc.duration
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -86,6 +90,7 @@ groups:
|
||||||
note: >
|
note: >
|
||||||
Garbage collector action is generally obtained via
|
Garbage collector action is generally obtained via
|
||||||
[GarbageCollectionNotificationInfo#getGcAction()](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/GarbageCollectionNotificationInfo.html#getGcAction()).
|
[GarbageCollectionNotificationInfo#getGcAction()](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/GarbageCollectionNotificationInfo.html#getGcAction()).
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.thread.count
|
- id: metric.jvm.thread.count
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -125,6 +130,7 @@ groups:
|
||||||
brief: 'A thread that has exited is in this state.'
|
brief: 'A thread that has exited is in this state.'
|
||||||
brief: "State of the thread."
|
brief: "State of the thread."
|
||||||
examples: ["runnable", "blocked"]
|
examples: ["runnable", "blocked"]
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.class.loaded
|
- id: metric.jvm.class.loaded
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -132,6 +138,7 @@ groups:
|
||||||
brief: "Number of classes loaded since JVM start."
|
brief: "Number of classes loaded since JVM start."
|
||||||
instrument: counter
|
instrument: counter
|
||||||
unit: "{class}"
|
unit: "{class}"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.class.unloaded
|
- id: metric.jvm.class.unloaded
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -139,6 +146,7 @@ groups:
|
||||||
brief: "Number of classes unloaded since JVM start."
|
brief: "Number of classes unloaded since JVM start."
|
||||||
instrument: counter
|
instrument: counter
|
||||||
unit: "{class}"
|
unit: "{class}"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.class.count
|
- id: metric.jvm.class.count
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -146,6 +154,7 @@ groups:
|
||||||
brief: "Number of classes currently loaded."
|
brief: "Number of classes currently loaded."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "{class}"
|
unit: "{class}"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.cpu.count
|
- id: metric.jvm.cpu.count
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -153,6 +162,7 @@ groups:
|
||||||
brief: "Number of processors available to the Java virtual machine."
|
brief: "Number of processors available to the Java virtual machine."
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "{cpu}"
|
unit: "{cpu}"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.cpu.time
|
- id: metric.jvm.cpu.time
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -160,6 +170,7 @@ groups:
|
||||||
brief: "CPU time used by the process as reported by the JVM."
|
brief: "CPU time used by the process as reported by the JVM."
|
||||||
instrument: counter
|
instrument: counter
|
||||||
unit: "s"
|
unit: "s"
|
||||||
|
stability: stable
|
||||||
|
|
||||||
- id: metric.jvm.cpu.recent_utilization
|
- id: metric.jvm.cpu.recent_utilization
|
||||||
type: metric
|
type: metric
|
||||||
|
|
@ -172,3 +183,4 @@ groups:
|
||||||
[Reference](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuLoad()).
|
[Reference](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuLoad()).
|
||||||
instrument: gauge
|
instrument: gauge
|
||||||
unit: "1"
|
unit: "1"
|
||||||
|
stability: stable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue