signoz/frontend/tests/fixtures/api/traces/attributeKeysDurationNano200.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

15 lines
190 B
JSON

{
"status": "success",
"data": {
"attributeKeys": [
{
"key": "durationNano",
"dataType": "float64",
"type": "tag",
"isColumn": true,
"isJSON": false
}
]
}
}