From b2577f6b0a1263565e8442ead52c5d9fddf698a0 Mon Sep 17 00:00:00 2001 From: Mike H Date: Wed, 13 May 2026 15:14:29 -0700 Subject: [PATCH] whitelist indexing microservice for ECS container health metric Co-Authored-By: Claude Opus 4.7 (1M context) --- pkg/worker/handler/container/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,