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

15 lines
195 B
JSON
Raw Normal View History

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