From 6beab1d101d8c5671530e8c31d34395ea2b2d090 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Sun, 26 Jan 2025 17:33:07 +0100 Subject: [PATCH] Update metrics.md Was reading through and found this teeny tiny grammar error :) --- 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 a511f069..88b0f12d 100644 --- a/docs/design/metrics.md +++ b/docs/design/metrics.md @@ -58,7 +58,7 @@ All the metrics specific to the Kepler Exporter are prefixed with `kepler`. - **kepler_container_other_joules_total** (Counter) This measures the cumulative energy consumption on other host components besides the CPU and DRAM. - The vast majority of motherboards have a energy consumption sensor that can be accessed via the kernel acpi or ipmi. + The vast majority of motherboards have an energy consumption sensor that can be accessed via the kernel acpi or ipmi. This sensor reports the energy consumption of the entire system. In addition, some processor architectures support the RAPL platform domain (PSys) which is the energy consumed by the "System on a chipt" (SOC).