TLDR Milan wants to create a dashboard to show crash signal peaks and return to 0 after some time. Srikanth and Ankit suggested using a counter metric, but Milan needs to investigate further.
Does the application also send 0 zero after returned to regular state?
no, it can just caught exception and send signal
Is this part of trace event?
no it is independent crash event
Is it recorded as a metric? How is it sent to SigNoz?
yes, it is recorder as metrics
What is the metric type for this measurement?
not sure how to find it, I will investigate and get back to you. Thanks for your answers
I have to dig deeper into this. I can’t find best metric type and metric for my use case
> I have to dig deeper into this. I can’t find best metric type and metric for my use case Milan You are creating the metric right? You can check in code how it is created?
Srikanth a counter should be okay here to use?
Yes, that should work. When you apply rate it will come down to zero when there is no change in error count since last interval.
If I use counter if will just sum up all errors. I need more investigation on my side to get this right. Thanks for your time
Milan
Wed, 24 May 2023 13:32:04 UTCHi all. Hope someone can point me in right direction: My application is sending signal that something crashed on backend. I want to create dashboard that need to show that crush and and after some time to return to 0 When I select it function COUNT it always add values and is not good way to represent this signal When I select MAX it is always showing 1 event that happened I want to 0 and when it happens I want to show peek? Anyone has idea how to set this up? Thanks