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

22 lines
318 B
JSON

{
"status": "success",
"data": {
"attributeKeys": [
{
"key": "externalHttpMethod",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false
},
{
"key": "httpMethod",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false
}
]
}
}