mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
6cbd10965c
- Set up a simple example of Prometheus monitoring in the development docker-compose.yml. - Add documentation for configuring Prometheus.
9 lines
194 B
YAML
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
|