diff options
Diffstat (limited to 'plugin/forward/metrics.go')
-rw-r--r-- | plugin/forward/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/metrics.go b/plugin/forward/metrics.go index 1e72454e0..b0368f722 100644 --- a/plugin/forward/metrics.go +++ b/plugin/forward/metrics.go @@ -45,7 +45,7 @@ var ( Namespace: plugin.Namespace, Subsystem: "forward", Name: "socket_count_total", - Help: "Guage of open sockets per upstream.", + Help: "Gauge of open sockets per upstream.", }, []string{"to"}) ) |