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

15 lines
188 B
JSON
Raw Normal View History

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