mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-21 13:51:00 +02:00
8 lines
180 B
Jsonnet
8 lines
180 B
Jsonnet
{
|
|
_config+:: {
|
|
// Selectors are inserted between {} in Prometheus queries.
|
|
prometheusSelector: 'job="prometheus"',
|
|
alertmanagerSelector: 'job="alertmanager"',
|
|
},
|
|
}
|