mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 11:30:08 +00:00
* feat: added trace explorer tests * feat: code refactor --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com>
57 lines
959 B
JSON
57 lines
959 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"attributeKeys": [
|
|
{
|
|
"key": "dbName",
|
|
"dataType": "string",
|
|
"type": "tag",
|
|
"isColumn": true,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "host.name",
|
|
"dataType": "string",
|
|
"type": "resource",
|
|
"isColumn": false,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "process.runtime.name",
|
|
"dataType": "string",
|
|
"type": "resource",
|
|
"isColumn": false,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "service.name",
|
|
"dataType": "string",
|
|
"type": "resource",
|
|
"isColumn": false,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "serviceName",
|
|
"dataType": "string",
|
|
"type": "tag",
|
|
"isColumn": true,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "name",
|
|
"dataType": "string",
|
|
"type": "tag",
|
|
"isColumn": true,
|
|
"isJSON": false
|
|
},
|
|
{
|
|
"key": "telemetry.sdk.name",
|
|
"dataType": "string",
|
|
"type": "resource",
|
|
"isColumn": false,
|
|
"isJSON": false
|
|
}
|
|
]
|
|
}
|
|
}
|