Eric Therrien
07/29/2025, 9:38 PMDOT_METRICS_ENABLED doesn't get set in my Signoz statefulset. Originally, I had it as part of an override in signoz.additionalEnvs.[DOT_METRICS_ENABLED] which worked for 0.90.1, but when that broke during the update to 0.91, I moved it to signoz.env.dot_metrics_enabled, then finally removed it from the override entirely. Each time, deploying Signoz 0.91.0 from the helm chart doesn't set DOT_METRICS_ENABLED and I need to manually edit the statefulset using kubectl edit sts/signoz to manually add the entry. Without doing this, none of my dashboards have metrics. Thoughts?Nagesh Bansal
07/30/2025, 10:41 AMNagesh Bansal
07/30/2025, 10:43 AMEric Therrien
07/30/2025, 12:09 PMEric Therrien
07/30/2025, 12:13 PMsignoz.additionalEnvs.[DOT_METRICS_ENABLED] to signoz.additionalEnvs.[dot_metrics_enabled] .Thanks @Nagesh Bansal