From 7df2e37308a11380a52820f06e62ec2b0b099d2b Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Wed, 22 May 2024 16:34:31 +0200 Subject: [PATCH] docs: fix metric name for other node joules total * the metric with the name "kepler_node_other_host_components_joules_total" does not exist in the current exporter, but instead a metric named "kepler_node_other_joules_total" exists (which is not documented so far) * assuming this metric was just renamed, this commit adapts the documentation accordingly Signed-off-by: Jan Klare --- docs/design/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/metrics.md b/docs/design/metrics.md index 8c2fc17f..7b867e2c 100644 --- a/docs/design/metrics.md +++ b/docs/design/metrics.md @@ -178,7 +178,7 @@ All the metrics specific to the Kepler Exporter are prefixed with `kepler`. Similar to container metrics, but representing the aggregation of all containers running on the node and operating system (i.e. "system_process"). -- **kepler_node_other_host_components_joules_total** (Counter) +- **kepler_node_other_joules_total** (Counter) Similar to container metrics, but representing the aggregation of all containers running on the node and operating system (i.e. "system_process").