##// END OF EJS Templates
.gitignore update with new rules
.gitignore update with new rules

File last commit:

r15:89c30086
r22:5e059bf7
Show More
prometheus.yml
17 lines | 385 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"]