We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158cb5a commit 8ee1f31Copy full SHA for 8ee1f31
1 file changed
pkg/worker/handler/container/handler.go
@@ -52,7 +52,7 @@ func New(c Config) *Handler {
52
gau[Metric] = recorder.NewGauge(recorder.GaugeConfig{
53
Des: "the health status of ecs service containers",
54
Lab: map[string][]string{
55
- "service": {"alloy", "graphql", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"},
+ "service": {"alloy", "graphql", "indexing", "kayron", "otel-collector", "server", "specta", "splits-lite", "worker"},
56
},
57
Met: c.Met,
58
Nam: Metric,
0 commit comments