2020-11-13 03:06:56 +00:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: fleet
|
|
|
|
scheme: https
|
|
|
|
scrape_interval: 5s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['host.docker.internal:8080']
|
|
|
|
tls_config:
|
|
|
|
insecure_skip_verify: true
|
2022-04-07 12:40:53 +00:00
|
|
|
basic_auth:
|
|
|
|
username: fleet
|
|
|
|
password: insecure
|