prometheus-community / helm-charts

Prometheus community Helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[prometheus-kube-stack] Summary is empty when there are multiple firings

peterreji opened this issue · comments

Describe the bug a clear and concise description of what the bug is.

When there are multiple alert firings, I get only one alert that says the number of firings (ex; FIRINGS:5) but doesn't give any information. For example, I've configured a rule to alert when a pod has restarted in the last 1 hr. The alert prints the summary properly when there is only one pod that has restarted, but when there are multiple pods that have restarted in the last 1 hr, I get only one alert with an empty Summary.

What's your helm version?

version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}

What's your kubectl version?

Client Version: version.Info{Major:"1", Minor:"26+", GitVersion:"v1.26.15-eks-ae9a62a", GitCommit:"d91939be4ea509b14f39f052032cd57b12cecce4", GitTreeState:"clean", BuildDate:"2024-04-11T18:58:37Z", GoVersion:"go1.21.8", Compiler:"gc", Platform:"darwin/amd64"} Kustomize Version: v4.5.7 Server Version: version.Info{Major:"1", Minor:"27+", GitVersion:"v1.27.13-eks-3af4770", GitCommit:"4873544ec1ec7d3713084677caa6cf51f3b1ca6f", GitTreeState:"clean", BuildDate:"2024-04-30T03:31:44Z", GoVersion:"go1.21.9", Compiler:"gc", Platform:"linux/amd64"}

Which chart?

kube-prometheus-stack

What's the chart version?

46.4.2

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

helm install kube-prometheus prometheus-community/kube-prometheus-stack --version 46.4.2 --values values.yaml

Anything else we need to know?

No response

Found the solution here - prometheus/alertmanager#250

Closing this issue