From 29c3df017c4e812c327d4d55e2387ec166cafba4 Mon Sep 17 00:00:00 2001 From: Carter Kozak Date: Mon, 13 Nov 2023 11:56:49 -0500 Subject: [PATCH] Update container.cpu.shares metric documentation (#1830) Update container.cpu.shares metric documentation --- tritium-metrics-jvm/src/main/metrics/metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tritium-metrics-jvm/src/main/metrics/metrics.yml b/tritium-metrics-jvm/src/main/metrics/metrics.yml index 77aa9b1f2..47f07ce66 100644 --- a/tritium-metrics-jvm/src/main/metrics/metrics.yml +++ b/tritium-metrics-jvm/src/main/metrics/metrics.yml @@ -16,7 +16,7 @@ namespaces: metrics: cpu.shares: type: gauge - docs: Gauge based on the detected CPU shares, if supported by the platform. Note that `-1` is reported if CPU shares are not being used, and the metric will not be available if CPU shares are unsupported on this system. + docs: Gauge based on the detected CPU shares, if supported by the platform. Note that `-1` is reported if CPU shares are not being used and `-2` is reported if CPU shares are unsupported on this system. process: docs: JVM Process Metrics metrics: