From 4d835df80a5e4a32dc217e4be225eddff94aa4f7 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 19 Dec 2024 13:03:38 -0800 Subject: [PATCH] prometheus: fix spelling error --- prometheus/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/handler.go b/prometheus/handler.go index 5657bae..7e46514 100644 --- a/prometheus/handler.go +++ b/prometheus/handler.go @@ -29,7 +29,7 @@ type Handler struct { // of services the metrics are coming from. The intent of this field is to // provide support for this use case. // - // Note that triming only applies to the metric namespace, the metric + // Note that trimming only applies to the metric namespace, the metric // name will always be left untouched. // // If empty, no prefix trimming is done.