mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
@@ -1,5 +1,5 @@
|
||||
name: prometheus
|
||||
version: 6.3.2
|
||||
version: 6.3.3
|
||||
appVersion: 2.2.1
|
||||
description: Prometheus is a monitoring system and time series database.
|
||||
home: https://prometheus.io/
|
||||
|
||||
@@ -719,6 +719,17 @@ serverFiles:
|
||||
rules: {}
|
||||
|
||||
prometheus.yml:
|
||||
global:
|
||||
## How frequently to scrape targets by default
|
||||
##
|
||||
scrape_interval: 1m
|
||||
## How long until a scrape request times out
|
||||
##
|
||||
scrape_timeout: 10s
|
||||
## How frequently to evaluate rules
|
||||
##
|
||||
evaluation_interval: 1m
|
||||
|
||||
rule_files:
|
||||
- /etc/config/rules
|
||||
- /etc/config/alerts
|
||||
|
||||
Reference in New Issue
Block a user