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
The Loki plugin supports using a label section as described here https://github.com/grafana/loki/blob/main/docs/sources/send-data/fluentd/_index.md#adding-labels:
<match mytag> @type loki # ... <label> container $.kubernetes.container </label> # ... </match>
However, the reloader throws the following error when processing this configuration:
level=info msg="Configuration for namespace kfo-loki-test cannot be validated: bad label name for <label>, must start with @"
The reloader should correctly process the section without throwing errors.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Loki plugin supports using a label section as described here https://github.com/grafana/loki/blob/main/docs/sources/send-data/fluentd/_index.md#adding-labels:
However, the reloader throws the following error when processing this configuration:
Reproduction steps
Expected behavior
The reloader should correctly process the section without throwing errors.
Additional context
No response
The text was updated successfully, but these errors were encountered: