This message was deleted.
# support
s
This message was deleted.
1
a
last data point, all deployments are up and running:
a
Hi @User can you alertmanager log ?
a
here it is:
cc @User
a
thanks..can you pls generate the alert condition again and share the log..
btw, the triggered alert only shows active alerts, so if an alert is auto-resolved or resolved .. it will not appear here
🗒️ 1
a
Okay I will reproduce again
👍 1
a
hey Thanks @User I will reproduce this locally and checkit out..thanks for details explanation
1
can you share repo of golang app you used for load simulation and the script
assuming its not HotROD
a
Repo: https://github.com/SigNoz/sample-golang-app testing script:
Copy code
while true
do
  # or whatever command you need to run
  curl -XPOST localhost:8090/books --header "Content-Type: application/json" --data '{ "id": "3", "title": "Test Stuff", "author": "Riri Fitri Sari" }' >/dev/null 2>&1;
 curl -XGET localhost:8090/books --header "Accept: application/json" >/dev/null 2>&1;
   sleep 0.1
done
👍 1
@User thank you, do you figure out what is the problem?
a
@User
p
Thanks for tagging me @User @User yes, we were able resolve the issue with k8s configuration. We are making a new patch release today.
@User SigNoz v0.7.5 is out and along with that chart signoz-0.0.12 is also out with alerts fix. Refer here to upgrade: https://signoz.io/docs/operate/kubernetes/#upgrade
a
Hi, @User Appreciate for your help and followup! @User Noted! Thanks for update. I'll try to update and test a new chart. I'll keep it updated. This is interesting project.
It worked, thanks. Will exploring more about signoz.
🎉 2