You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/docker/prometheus.yaml

37 lines
742 B
YAML

global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: cadvisor
static_configs:
- targets: ['cadvisor:8080']
- job_name: grafana
static_configs:
- targets: ['grafana:3000']
- job_name: jaeger
static_configs:
- targets: ['jaeger:14269']
- job_name: livingdocs-server
static_configs:
- targets: ['host.docker.internal:9090']
- job_name: loki
static_configs:
- targets: ['loki:3100']
- job_name: opentelemetry-collector
static_configs:
- targets: ['opentelemetry-collector:9464']
- job_name: prometheus
static_configs:
- targets: ['prometheus:9090']
- job_name: vector
static_configs:
- targets: ['vector:9160']