diff --git a/pkg/worker/handler/container/handler.go b/pkg/worker/handler/container/handler.go index 2fbc4f6..420f68a 100644 --- a/pkg/worker/handler/container/handler.go +++ b/pkg/worker/handler/container/handler.go @@ -52,7 +52,7 @@ func New(c Config) *Handler { gau[Metric] = recorder.NewGauge(recorder.GaugeConfig{ Des: "the health status of ecs service containers", Lab: map[string][]string{ - "service": {"alloy", "graphql", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"}, + "service": {"alloy", "graphql", "indexing", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"}, }, Met: c.Met, Nam: Metric,