mirror of https://github.com/apache/druid.git
swap description and dimension for some JVM metrics
This commit is contained in:
parent
901cc22060
commit
41fa9bf994
|
@ -137,15 +137,15 @@ These metrics are only available if the JVMMonitor module is included.
|
|||
|`jvm/pool/init`|Initial pool.|poolKind, poolName.|Varies.|
|
||||
|`jvm/pool/max`|Max pool.|poolKind, poolName.|Varies.|
|
||||
|`jvm/pool/used`|Pool used.|poolKind, poolName.|< max pool|
|
||||
|`jvm/bufferpool/count`|bufferPoolName.|Bufferpool count.|Varies.|
|
||||
|`jvm/bufferpool/used`|bufferPoolName.|Bufferpool used.|close to capacity|
|
||||
|`jvm/bufferpool/capacity`|bufferPoolName.|Bufferpool capacity.|Varies.|
|
||||
|`jvm/bufferpool/count`|Bufferpool count.|bufferPoolName.|Varies.|
|
||||
|`jvm/bufferpool/used`|Bufferpool used.|bufferPoolName.|close to capacity|
|
||||
|`jvm/bufferpool/capacity`|Bufferpool capacity.|bufferPoolName.|Varies.|
|
||||
|`jvm/mem/init`|Initial memory.|memKind.|Varies.|
|
||||
|`jvm/mem/max`|Max memory.|memKind.|Varies.|
|
||||
|`jvm/mem/used`|Used memory.|memKind.|< max memory|
|
||||
|`jvm/mem/committed`|Committed memory.|memKind.|close to max memory|
|
||||
|`jvm/gc/count`|gcName.|Garbage collection count.|< 100|
|
||||
|`jvm/gc/time`|gcName.|Garbage collection time.|< 1s|
|
||||
|`jvm/gc/count`|Garbage collection count.|gcName.|< 100|
|
||||
|`jvm/gc/time`|Garbage collection time.|gcName.|< 1s|
|
||||
|
||||
## Sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue