From edce8942e724890d270792778436b919da34c7bb Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Mon, 26 Aug 2024 18:00:07 +0800 Subject: [PATCH] fix: remove quotation mark --- config/prometheus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/prometheus.yml b/config/prometheus.yml index 089000666..627cf9411 100644 --- a/config/prometheus.yml +++ b/config/prometheus.yml @@ -12,14 +12,14 @@ alerting: # Load rules once and periodically evaluate them according to the global evaluation_interval. rule_files: - - "instance-down-rules.yml" -# - "first_rules.yml" -# - "second_rules.yml" + - instance-down-rules.yml +# - first_rules.yml +# - second_rules.yml # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. scrape_configs: - # The job name is added as a label "job=job_name"" to any timeseries scraped from this config. + # The job name is added as a label "job=job_name" to any timeseries scraped from this config. # Monitored information captured by prometheus # prometheus fetches application services