Displaying Attributes on Exception Detail Page
TLDR Lucas couldn't find span attributes on the exception detail page. vishal-signoz clarified they need to click See error on trace graph
to view them.

Jun 14, 2023 (3 months ago)
Lucas
05:03 PMPranay
05:34 PMvishal-signoz
06:04 PMvishal-signoz
06:05 PMvishal-signoz
06:06 PMLet me know if you have any more questions.
Lucas
06:08 PM/error-detail?groupId=
page under they key value tableLucas
06:09 PMvishal-signoz
06:54 PMSee error on trace graph
.Why would you like to see all attributes on exception detail page?
Jun 15, 2023 (3 months ago)
Lucas
03:17 PM
SigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Exception Attributes Query in ClickHouse Table
Vishnu needed help locating exception attributes in ClickHouse table. Srikanth confirmed that the attributes are stored in `signoz_index_v2`, not the exceptions table, and recommended creating an issue for further development.
Customizing Signoz Error Alert Descriptions
Sumanth needed help with making Signoz error alert descriptions more descriptive. Amol suggested using {{.Labels.serviceName}} and discussed limitations of adding labels in queries.
Filtering Exceptions by Resource Attributes in signoz 0.18.3
Al asked about filtering exceptions by resource attributes (e.g., k8s_namespace_name) in signoz 0.18.3. vishal-signoz and Srikanth discussed possible reasons but no resolution was provided.

Forwarding Exception Alerts from Rails to Mattermost
Andreas needs guidance setting up exception alerts in Rails to Mattermost. Amol provides a sample query and explains the setup process.
Issues with Adding SpanId and TraceId to Log Entries in SigNoz
Hannes was struggling with adding spanId and traceId to log entries using SigNoz. Nocnica offered support, after which Hannes managed to solve the issue by using `regex_parser` & `key_value_parser`.