logs-analyzer/signoz/frontend/tests/fixtures/api/traces/tracesTableView200.json

25 lines
316 B
JSON
Raw Permalink Normal View History

2024-09-02 22:47:30 +03:00
{
"status": "success",
"data": {
"resultType": "",
"result": [
{
"queryName": "A",
"series": [
{
"labels": {},
"labelsArray": null,
"values": [
{
"timestamp": 1700161420000,
"value": "85784"
}
]
}
],
"list": null
}
]
}
}