Hey Signoz team, when I updated to the helm chart for 0.91.0,
DOT_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?