From 466b10f7a6e4cbd9e6a2bc9570b817aab592018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Mon, 2 Mar 2026 11:43:12 +0100 Subject: [PATCH] fix(om2.0): more missing suffix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: György Krajcsovits --- docs/specs/om/open_metrics_spec_2_0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/specs/om/open_metrics_spec_2_0.md b/docs/specs/om/open_metrics_spec_2_0.md index 7671ae7e7..ded65568b 100644 --- a/docs/specs/om/open_metrics_spec_2_0.md +++ b/docs/specs/om/open_metrics_spec_2_0.md @@ -603,9 +603,9 @@ acme_http_router_request_seconds{path="/api/v2",method="GET"} {count:34,sum:479. # TYPE go_goroutines gauge # HELP go_goroutines Number of goroutines that currently exist. go_goroutines 69 -# TYPE process_cpu_seconds counter -# UNIT process_cpu_seconds seconds -# HELP process_cpu_seconds Total user and system CPU time spent in seconds. +# TYPE process_cpu_seconds_total counter +# UNIT process_cpu_seconds_total seconds +# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. process_cpu_seconds_total 4.20072246e+06 # TYPE acme_http_request_seconds histogram # UNIT acme_http_request_seconds seconds