Creating Dashboard for Displaying Crash Signal Peaks
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.
May 24, 2023 (5 days ago)
Milan
01:32 PMMy 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
Srikanth
02:49 PMMilan
02:50 PMSrikanth
02:52 PMMilan
02:52 PMSrikanth
02:52 PMMilan
02:53 PMSrikanth
02:54 PMMilan
02:57 PMMay 26, 2023 (3 days ago)
Milan
08:08 AMAnkit
12:21 PMMilan You are creating the metric right? You can check in code how it is created?
Ankit
12:22 PMSrikanth
12:38 PMMilan
03:21 PMSigNoz Community
Similar Threads
Monitoring System Filesystem Usage in Signoz
Div wants to track `system_filesystem_usage` and set alerts in Signoz. Srikanth suggests using `Max` instead of `COUNT` and checking with `NOOP` for data without aggregation.
Customizing Graph Display with Zero Values and Smoothness
Romario wanted to customize a graph to show 0 values and smoothness. Srikanth explained that the graph is based on data returned, so it won't show spikes from zero if there are no zero values.
Creating a Dashboard for SLI/SLO in Signoz
Shashank wants to create a dashboard for SLI/SLO in Signoz. Srikanth explains that only SLI can be shown using query builder or promql queries with specific metrics.
Understanding Host Metrics Graph and Memory Usage Rate
Div needed help understanding a host metrics graph and had issues with memory usage rate. Srikanth guided them to correct the legend format and advised against using rate on gauge metric.


Monitoring and Collecting Logs for Go Application with SigNoz
zane.chen asked about creating and using SigNoz dashboard to monitor Go applications and collect self-logs. Srikanth provided solutions for dashboard monitoring and collecting logs but left questions on go-zero framework support unanswered.