diff --git a/docs/content/operations/metrics.md b/docs/content/operations/metrics.md index f0a93ce5821..633c9805bca 100644 --- a/docs/content/operations/metrics.md +++ b/docs/content/operations/metrics.md @@ -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