From 095f0e783fce1c215b0c89daea715669507cbbc9 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos <nacho.barrientos@cern.ch> Date: Mon, 17 Mar 2025 11:48:19 +0100 Subject: [PATCH] Remove unused key --- docs/logs.md | 3 +-- values.yaml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/logs.md b/docs/logs.md index b791898..0ed88b9 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -25,7 +25,6 @@ Fluentbit collects logs from the `/var/log/containers/` directory and applies a logs: fluentbit: enabled: true # Enable/disable Fluentbit for log collection - scrapeInterval: "15s" # Prometheus scrape interval for Fluentbit metrics resources: requests: cpu: "5m" @@ -141,4 +140,4 @@ Be cautious when enabling Fluentbit for large clusters (100+ nodes). The **Kuber - Adjust Fluentbit resource requests and limits. - Tune the API request rate by modifying the filters. -- Consider other optimization techniques, such as excluding specific log sources. \ No newline at end of file +- Consider other optimization techniques, such as excluding specific log sources. diff --git a/values.yaml b/values.yaml index 04a7983..5f362a4 100644 --- a/values.yaml +++ b/values.yaml @@ -361,8 +361,6 @@ logs: tag: "" # -- image pull policy for Fluent Bit (logs) imagePullPolicy: "" - # -- interval used by the local prometheus (if installed) to scrape metrics from logs fluentbits - scrapeInterval: "15s" resources: requests: cpu: "5m" -- GitLab