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
Describe the bug
Helm chart is by default deploying Loki Canary which produces test logs for Loki. However, generated logs use following labels:
detected_level
service_name
stream
pod
However this last one is dynamic, change based on both node & daemonset lifecycle. This is a bad practice as depicted in https://grafana.com/docs/loki/latest/get-started/labels/bp-labels/.
To Reproduce
Steps to reproduce the behavior:
https://grafana.github.io/helm-charts
loki
6.29.0
Expected behavior
Environment:
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Helm chart is by default deploying Loki Canary which produces test logs for Loki. However, generated logs use following labels:
detected_level
service_name
stream
pod
However this last one is dynamic, change based on both node & daemonset lifecycle. This is a bad practice as depicted in https://grafana.com/docs/loki/latest/get-started/labels/bp-labels/.
To Reproduce
Steps to reproduce the behavior:
https://grafana.github.io/helm-charts
loki
6.29.0
Expected behavior
Environment:
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered: