From 9ffb93674075ab4f83e994b6d91ac80944cb49d8 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Thu, 4 Jan 2024 12:23:43 -0500 Subject: [PATCH] Fix word --- unbound_exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound_exporter.go b/unbound_exporter.go index 68d13b8..ee925cf 100644 --- a/unbound_exporter.go +++ b/unbound_exporter.go @@ -322,7 +322,7 @@ var ( "^rrset\\.cache\\.count$"), newUnboundMetric( "rpz_action_count", - "Total number of triggered Response Policy Zone actions, by action.", + "Total number of triggered Response Policy Zone actions, by type.", prometheus.CounterValue, []string{"type"}, "^num\\.rpz\\.action\\.rpz-([\\w-]+)$",