mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 14:30:43 +08:00

* feat: added trace explorer tests * feat: code refactor --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com>
22 lines
318 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|