Commit 2cd7a755 authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #527 from prometheus/anchor-regex

Fix usage of anchored regex in federation example.
parents 7368d745 938276af
......@@ -71,7 +71,7 @@ Prometheus:
params:
'match[]':
- '{job="prometheus"}'
- '{__name__=~"^job:"}'
- '{__name__=~"job:.*"}'
static_configs:
- targets:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment