From c42b9057b09eedb4746dc5fe7b5d4569ab9b82dd Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:12:00 +0200 Subject: [PATCH] Update plugins/outputs/prometheus_client/prometheus_client_v2_test.go Co-authored-by: Joshua Powers --- plugins/outputs/prometheus_client/prometheus_client_v2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/outputs/prometheus_client/prometheus_client_v2_test.go b/plugins/outputs/prometheus_client/prometheus_client_v2_test.go index 1766fe9f90f1d..5d4f13c85c5a0 100644 --- a/plugins/outputs/prometheus_client/prometheus_client_v2_test.go +++ b/plugins/outputs/prometheus_client/prometheus_client_v2_test.go @@ -331,7 +331,7 @@ cpu_time_idle{host="example.org"} 42 `), }, { - name: "untyped forced to counter", + name: "untyped forced to gauge", output: &PrometheusClient{ Listen: ":0", MetricVersion: 2,