Skip to content

Instantly share code, notes, and snippets.

@mattkanwisher
Created November 5, 2015 22:12
Show Gist options
  • Save mattkanwisher/2346dc1c7c5baf8cbd7e to your computer and use it in GitHub Desktop.
Save mattkanwisher/2346dc1c7c5baf8cbd7e to your computer and use it in GitHub Desktop.
prometheus_hashmod
- source_labels:
- instance
modulus: 3
target_label: __hash
action: hashmod
- source_labels:
- __hash
target_label: exporter
regex: "^2$"
action: keep
- source_labels:
- __address
modulus: 3
target_label: __hash
action: hashmod
- source_labels:
- __hash
target_label: instance
regex: "^2$"
action: keep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment