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

22 lines
318 B
JSON
Raw Normal View History

2024-09-02 22:47:30 +03:00
{
"status": "success",
"data": {
"attributeKeys": [
{
"key": "externalHttpMethod",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false
},
{
"key": "httpMethod",
"dataType": "string",
"type": "tag",
"isColumn": true,
"isJSON": false
}
]
}
}