Skip to content

Commit 3611f95

Browse files
authored
done (#815)
1 parent 615279f commit 3611f95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/monitoring/prometheus/prometheus-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# global config
22
# DOLLAR SIGNS NEED TO BE EXCAPED (see https://stackoverflow.com/a/61259844/10198629)
33
global:
4-
scrape_interval: 20s # By default, scrape targets every 15 seconds.
5-
evaluation_interval: 20s # By default, scrape targets every 15 seconds.
4+
scrape_interval: 15s # By default, scrape targets every 15 seconds.
5+
evaluation_interval: 15s # By default, scrape targets every 15 seconds.
66
# scrape_timeout global default would be (10s).
77

88
# Attach these labels to any time series or alerts when communicating with

services/monitoring/prometheus/prometheus-simcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scrape_configs:
22
# SIMCORE -------------------------------------------------------------------
33
- job_name: "simcore"
4-
scrape_interval: 73s
4+
scrape_interval: 15s
55
relabel_configs:
66
- source_labels: [__meta_dns_name]
77
separator: ;

0 commit comments

Comments
 (0)