mirror of https://github.com/prometheus/prometheus
parent
7943aa834c
commit
db3367e83f
@ -0,0 +1,3 @@
|
||||
global:
|
||||
labels:
|
||||
'not:allowed': value
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"targets": ["1.2.3.4:9100"],
|
||||
"labels": {
|
||||
"some_valid_label": "foo",
|
||||
"oops:this-label-is-invalid": "bar"
|
||||
}
|
||||
}
|
Loading…
Reference in new issue