signoz/frontend/tests/fixtures/api/traces/tracesRange200.json
Vikrant Gupta d091d90d66
feat: trace explorer page end to end test (#3960)
* feat: added trace explorer tests

* feat: code refactor

---------

Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-11-17 18:14:10 +05:30

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"
}
}
]
}
]
}
}