infrastructure-agent
infrastructure-agent copied to clipboard
Replacer regex will not match K8s labels.
https://github.com/newrelic/infrastructure-agent/blob/1ad558d39bfcfac69027ae74f3918b5b2a2f3b0a/pkg/databind/pkg/databind/replacer.go#L26
Labels applied by the control plane follow a convention of prefix/label
. The regex here fails to match because of the slash.