We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A related issue was opened some time ago kubernetes/kubernetes#73867
This https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-helpers/node/topology/helpers.go#L57 adds the NULL character and then because in prometheus %q is used to print the value https://github.com/prometheus/common/blob/main/model/metric.go#L62 the character is printed.
%q
If it makes sense to you I can open a PR to strip these characters from the label values.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A related issue was opened some time ago kubernetes/kubernetes#73867
This https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-helpers/node/topology/helpers.go#L57 adds the NULL character and then because in prometheus
%q
is used to print the value https://github.com/prometheus/common/blob/main/model/metric.go#L62 the character is printed.If it makes sense to you I can open a PR to strip these characters from the label values.
The text was updated successfully, but these errors were encountered: