logs-analyzer/signoz/frontend/tests/fixtures/api/traces/tracesRange200.json
2024-09-02 22:47:30 +03:00

25 lines
442 B
JSON

{
"status": "success",
"data": {
"resultType": "",
"result": [
{
"queryName": "A",
"series": null,
"list": [
{
"timestamp": "0001-01-01T00:00:00Z",
"data": {
"span_count": 51,
"subQuery.durationNano": 1533445000,
"subQuery.name": "HTTP GET /dispatch",
"subQuery.serviceName": "frontend",
"traceID": "0000000000000000013e51e33c929173"
}
}
]
}
]
}
}