mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 09:34:05 -08:00
9 lines
151 B
YAML
9 lines
151 B
YAML
|
- targets: ['my.domain']
|
||
|
- targets: ['localhost:9090']
|
||
|
labels:
|
||
|
foo: bar
|
||
|
fred: baz
|
||
|
- targets: ['example.org:443']
|
||
|
labels:
|
||
|
scheme: https
|