##// END OF EJS Templates
release of new installer/docker stack updates...
release of new installer/docker stack updates Tons of changes to move towards new rccontrol docker stack based installer

File last commit:

r23:ffcea5dc
r23:ffcea5dc
Show More
prometheus.yml
23 lines | 523 B | text/x-yaml | YamlLexer
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
# Scrape statsd exporter from RhodeCode
- job_name: "rhodecode_metrics"
metrics_path: "/metrics"
static_configs:
- targets: ["statsd-exporter:9102"]
# scrape node exporter
- job_name: node_metrics
metrics_path: "/metrics"
static_configs:
- targets: ["node-exporter:9100"]
# scrape traefik node
- job_name: traefik_metrics
metrics_path: "/metrics"
static_configs:
- targets: ["traefik:7000"]