GitHub
08/17/2025, 10:38 AMName
display N/A and can not filter using field Name.
Version: 0.92.1
Reason: Both field name
and attributes_string['name']
exists.
`` "message": "Key name
is ambiguous, found 2 different combinations of field context / data type: [name=name,context=attribute,datatype=string name=name,context=span,datatype=string]." ``
Do you think this is a bug? I believe field Name
should fallback to span context.
Ref: https://signoz.io/docs/userguide/field-context-data-types/
Slack Message
The default list of selected columns sends the fieldContext
as attribute
. When an attribute conflicts with the selected column, it returns N/A because the value doesn't exist. Remove the fieldContext as an attribute for the default column in traces explorer.
SigNoz/signoz