From 930da5a6a76a5d62c81e41564d682013dffd6a51 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 6 Oct 2021 14:24:04 +0200 Subject: [PATCH] Remove prometheuse debug output --- .../monitoring/kube-prometheus-stack-values-configmap.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flux2/apps/monitoring/kube-prometheus-stack-values-configmap.yaml b/flux2/apps/monitoring/kube-prometheus-stack-values-configmap.yaml index 8265d6bc1..026880cf4 100644 --- a/flux2/apps/monitoring/kube-prometheus-stack-values-configmap.yaml +++ b/flux2/apps/monitoring/kube-prometheus-stack-values-configmap.yaml @@ -96,8 +96,9 @@ data: prometheus: # https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus prometheusSpec: - logLevel: debug - queryLogFile: /dev/stdout + # Use these settings to debug prometheus queries + # logLevel: debug + # queryLogFile: /dev/stdout scrapeInterval: "3m" evaluationInterval: "3m" retention: "30d" -- GitLab