Skip to content

Commit ebc1364

Browse files
authored
Update prometheus-configuration.yaml to scrap metrics from 5s to 30s
1 parent 18bd626 commit ebc1364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agents/prometheus/prometheus-configuration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44

55
scrape_configs:
66
- job_name: prometheus
7-
scrape_interval: 5s
7+
scrape_interval: 30s
88
honor_timestamps: true
99
scheme: http
1010
metrics_path: /metrics
@@ -13,11 +13,11 @@ scrape_configs:
1313
labels:
1414
application: prometheus
1515
- job_name: billionaire-api
16-
scrape_interval: 5s
16+
scrape_interval: 30s
1717
honor_timestamps: true
1818
scheme: http
1919
metrics_path: /prometheus
2020
static_configs:
2121
- targets: [ "host.docker.internal:8080" ]
2222
labels:
23-
application: billionaire-api
23+
application: billionaire-api

0 commit comments

Comments
 (0)