Dang Huy Nguyen
08/16/2025, 9:32 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/Srikanth Chekuri
08/16/2025, 2:52 PMDang Huy Nguyen
08/18/2025, 3:26 AMSrikanth Chekuri
08/18/2025, 3:56 AMTRACE_LIST_OPTIONS
valueDang Huy Nguyen
08/18/2025, 4:01 AM{
"selectColumns": [
{
"key": "name",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false,
"id": "name--string--tag--true",
"isIndexed": false,
"name": "name"
},
{
"key": "durationNano",
"dataType": "float64",
"type": "tag",
"isColumn": true,
"isJSON": false,
"id": "durationNano--float64--tag--true",
"isIndexed": false,
"name": "durationNano"
},
{
"key": "httpMethod",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false,
"id": "httpMethod--string--tag--true",
"isIndexed": false,
"name": "httpMethod"
},
{
"key": "responseStatusCode",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false,
"id": "responseStatusCode--string--tag--true",
"isIndexed": false,
"name": "responseStatusCode"
},
{
"key": "has_error",
"dataType": "bool",
"type": "",
"isColumn": true,
"isJSON": false,
"id": "has_error--bool----true",
"name": "has_error"
},
{
"name": "trace_id",
"signal": "traces",
"fieldContext": "span",
"fieldDataType": "string"
}
]
}
Srikanth Chekuri
08/18/2025, 4:02 AM"type":"tag"
for name
to "type":"span"
Srikanth Chekuri
08/18/2025, 4:03 AMDang Huy Nguyen
08/18/2025, 4:13 AMSrikanth Chekuri
08/18/2025, 4:21 AMDang Huy Nguyen
08/25/2025, 10:26 AMSrikanth Chekuri
08/25/2025, 10:41 AM