mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
8 lines
124 B
JSON
8 lines
124 B
JSON
|
{
|
||
|
"targets": ["1.2.3.4:9100"],
|
||
|
"labels": {
|
||
|
"some_valid_label": "foo",
|
||
|
"oops:this-label-is-invalid": "bar"
|
||
|
}
|
||
|
}
|