##// END OF EJS Templates
stack: added grafana/promethues/statsd stack for new RhodeCode Metrics
stack: added grafana/promethues/statsd stack for new RhodeCode Metrics

File last commit:

r14:9dbab126
r14:9dbab126
Show More
prometheus.yml
10 lines | 227 B | text/x-yaml | YamlLexer
global:
scrape_interval: 10s
evaluation_interval: 10s
scrape_configs:
# Scrape statsd exporter
- job_name: "rhodecode_metrics"
metrics_path: "/metrics"
static_configs:
- targets: ["statsd-exporter:9102"]