There was an error while loading. Please reload this page.
1 parent 18bd626 commit ebc1364Copy full SHA for ebc1364
agents/prometheus/prometheus-configuration.yaml
@@ -4,7 +4,7 @@ global:
4
5
scrape_configs:
6
- job_name: prometheus
7
- scrape_interval: 5s
+ scrape_interval: 30s
8
honor_timestamps: true
9
scheme: http
10
metrics_path: /metrics
@@ -13,11 +13,11 @@ scrape_configs:
13
labels:
14
application: prometheus
15
- job_name: billionaire-api
16
17
18
19
metrics_path: /prometheus
20
static_configs:
21
- targets: [ "host.docker.internal:8080" ]
22
23
- application: billionaire-api
+ application: billionaire-api
0 commit comments