This is Tuleap 16.4.99.7
[tuleap.git] / prometheus.yml
blob97a4fbe2cd5a5fd77d817c514e4449fa2c9668ec
1 global:
2   scrape_interval:     15s
3   evaluation_interval: 30s
4   # scrape_timeout is set to the global default (10s).
6 scrape_configs:
8   - job_name: tuleap
9     metrics_path: /metrics
10     scheme: https
11     tls_config:
12       insecure_skip_verify: true
13     basic_auth:
14       username: metrics
15       password_file: /metrics_secret.key
16     static_configs:
17       - targets:
18         - web