Dang Huy Nguyen
08/01/2025, 6:02 AMSELECT resource_fingerprint
FROM signoz_traces.distributed_signoz_index_v3
-> Return result
Query 2:
SELECT resources_string
FROM signoz_traces.distributed_signoz_index_v3
-> Empty response
Is it a bug? How to query by resources_string['deployment.environment'] ?Hien Le
08/01/2025, 5:03 PMSELECT resources_string['deployment.environment']
FROM signoz_traces.distributed_signoz_index_v3 limit 100;
This query returned results for me using the Table panel type in Dashboard editor, although it wasn't 100 lines so I believe there's some extra mapping going on.Dang Huy Nguyen
08/04/2025, 4:05 AMDang Huy Nguyen
08/04/2025, 4:22 AMHien Le
08/04/2025, 4:12 PMHien Le
08/04/2025, 4:36 PMlimit 100 was need above was the resource_string attribute might not be on ALL metrics and a full-scan is expensive so the timestamp might be vital. If you describe the exact slicing/dicing you're attempting and why Query Builder isn't sufficient, maybe someone from Signoz could provide better guidance (than me) beyond just syntax.