This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new a145249f Fix incorrect comment intervals in Prometheus config (#135)
a145249f is described below
commit a145249fa02b4deb6f358dc1ee05bb3931dd8c94
Author: ic4y <[email protected]>
AuthorDate: Thu Mar 7 21:16:24 2024 +0800
Fix incorrect comment intervals in Prometheus config (#135)
Co-authored-by: ic4y <[email protected]>
---
documents/file/prometheus.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documents/file/prometheus.yml b/documents/file/prometheus.yml
index 72fbeaf5..ed541052 100644
--- a/documents/file/prometheus.yml
+++ b/documents/file/prometheus.yml
@@ -1,7 +1,7 @@
# my global config
global:
- scrape_interval: 5s # Set the scrape interval to every 15 seconds. Default
is every 1 minute.
- evaluation_interval: 5s # Evaluate rules every 15 seconds. The default is
every 1 minute.
+ scrape_interval: 5s # Set the scrape interval to every 5 seconds. Default is
every 1 minute.
+ evaluation_interval: 5s # Evaluate rules every 5 seconds. The default is
every 1 minute.
# scrape_timeout is set to the global default (10s).
# Alertmanager configuration