From 4fd530283d04cccfbc635dadbf0052b4639eaae7 Mon Sep 17 00:00:00 2001 From: lhpqaq <657407891@qq.com> Date: Wed, 18 Dec 2024 16:16:01 +0800 Subject: [PATCH] fix --- .../services/prometheus/configuration/prometheus-conf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigtop-manager-server/src/main/resources/stacks/infra/1.0.0/services/prometheus/configuration/prometheus-conf.xml b/bigtop-manager-server/src/main/resources/stacks/infra/1.0.0/services/prometheus/configuration/prometheus-conf.xml index 09942ee45..d50a80404 100644 --- a/bigtop-manager-server/src/main/resources/stacks/infra/1.0.0/services/prometheus/configuration/prometheus-conf.xml +++ b/bigtop-manager-server/src/main/resources/stacks/infra/1.0.0/services/prometheus/configuration/prometheus-conf.xml @@ -39,8 +39,8 @@ global: # Rule files specifies a list of globs. Rules and alerts are read from # all matching files. rule_files: -<#if rule_files_name??> - - ${rule_files_name} +<#if rules_file_name??> + - ${rules_file_name} # A scrape configuration containing exactly one endpoint to scrape: