mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
80bc8553be
* discovery/file: fix flaky tests Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix typos Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add copyFileTo() method Signed-off-by: Simon Pasquier <spasquie@redhat.com>
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
|