diff --git a/component/remote/http/http.go b/component/remote/http/http.go index deb03c6e8385..5212e0ffc19a 100644 --- a/component/remote/http/http.go +++ b/component/remote/http/http.go @@ -118,7 +118,7 @@ type Component struct { } type metrics struct { - cacheFallbacks prometheus.Counter + cacheFallbacks prometheus.Counter cacheFallbacksFailures prometheus.Counter }