fleet/tools/app/prometheus.yml
Zach Wasserman 6cbd10965c
Add dev infrastructure and docs for Prometheus monitoring (#33)
- Set up a simple example of Prometheus monitoring in the development
  docker-compose.yml.
- Add documentation for configuring Prometheus.
2020-11-12 19:06:56 -08:00

9 lines
194 B
YAML

scrape_configs:
- job_name: fleet
scheme: https
scrape_interval: 5s
static_configs:
- targets: ['host.docker.internal:8080']
tls_config:
insecure_skip_verify: true