Skip to content

Commit 8ee1f31

Browse files
mihoward21claude
andauthored
whitelist indexing microservice for container health metric (#132)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 158cb5a commit 8ee1f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/worker/handler/container/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func New(c Config) *Handler {
5252
gau[Metric] = recorder.NewGauge(recorder.GaugeConfig{
5353
Des: "the health status of ecs service containers",
5454
Lab: map[string][]string{
55-
"service": {"alloy", "graphql", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"},
55+
"service": {"alloy", "graphql", "indexing", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"},
5656
},
5757
Met: c.Met,
5858
Nam: Metric,

0 commit comments

Comments
 (0)