Understanding Variables for Signoz's Log-Based Alert Notifications
TLDR Jun asked about variables usable in Signoz's alert notifications. Srikanth clarified that all attributes from the 'GROUP BY' clause can be used.
Powered by Struct AI
3
3w
Solved
Aug 30, 2023 (1 month ago)
Jun
Jun
06:26 AMHi support, I would like to check what variables we able to use in Signoz's log-based alert notifications? I couldn't find any documentation detailing this..thanks!
Srikanth
Srikanth
12:18 PMYou can use all the attributes from the
GROUP BY
clause. The syntax for using them is {{ .Lables.{variable_name_here} }}
, for instance if you want to use k8s_namespace_name
from group by clause it would be {{ .Labels.k8s_namespace_name}}
.Sep 04, 2023 (3 weeks ago)
Jun
Jun
04:04 AMThanks Srikanth! Will try this out
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 826 threads (62% resolved)
Similar Threads
Multiple Operators Usage in SigNoz
Noor asked about multiple operator usage in SigNoz logs. Chitransh confirmed it's possible and shared resourceful links for further assistance.
8
3w
Solved
Troubleshooting Signoz Deployment Issues
Juan is having issues running signoz data, only logs are working. The issues were identified by Srikanth as non-working network and harmless table issues in a k8s cluster. However, the issues are not yet resolved.
5
2w
Log Parsing in Signoz for Java Exception Stacktraces
SN is seeking a way to configure Signoz to recognize a complete Java stacktrace as a single log event. Prashant and vishal-signoz are trying to involve other users for assistance.
3
3w