Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ref: remove config comments
Co-authored-by: v-zhuravlev <[email protected]>
  • Loading branch information
wbollock and v-zhuravlev authored Jul 2, 2025
commit 65f86e22e6bd700038e941dec186b1bb34a50263
5 changes: 3 additions & 2 deletions traefik-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ You can configure alert thresholds, selectors, and labels in `config.libsonnet`:
filteringSelector: '', // optional metric label selector for all alerts
// Example:
// filteringSelector: "component=\"traefik\",environment=\"production\"",
groupLabels: 'job, environment', // for config reload alert (sum by)
instanceLabels: 'instance', // for TLS alerts (max by)
groupLabels: 'job, environment',
instanceLabels: 'instance',

alertLabels: {}, // optional alert labels
// Example:
// alertLabels: {
Expand Down