-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
Support labelallow stage in Promtail #3468
Conversation
Given the following incoming labels: | ||
- `kubernetes_pod_name`: `"loki-pqrs"` | ||
- `kubernetes_container_name`: `"loki"` | ||
- `kubernetes_pod_template_hash`: `"79f5db67b"` | ||
- `kubernetes_controller_revision_hash`: `"774858987d"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a better example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @adityacs this is great! could you also update the doc page which lists all the stages the _index.md file in the stages folder?
@slim-bean Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* add labelallow stage * added docs * add docs * fix lint * update stage name in _index.md (cherry picked from commit 0f5fcee)
What this PR does / why we need it:
Support
labelallow
stage in PromtailChecklist