mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
287ec6e6cc
The target_groups config has been renamed to static_configs, the error message for overflow attributes should reflect that.
12 lines
130 B
JSON
12 lines
130 B
JSON
[
|
|
{
|
|
"targets": ["localhost:9090", "example.org:443"],
|
|
"labels": {
|
|
"foo": "bar"
|
|
}
|
|
},
|
|
{
|
|
"targets": ["my.domain"]
|
|
}
|
|
]
|