Enrich logs, traces, events, and metrics with pod labels & annotations
Specifying what to collect
global:
labelEnrichment:
pods:
labels:
collectAll: false
metrics: ["app", "team"]
logs: ["app"]
traces: ["app", "team", "version"]
events: ["app", "team", "version", "tier"]
annotations:
collectAll: false
metrics: ["prometheus.io/port"]
logs: ["owner"]
traces: ["owner"]
events: ["owner", "oncall"]Prefixes

Searching labels and annotations

Last updated
