Zipkin compatible API
Definitions for Zipkin compatible API, queryable via the Grafana datasource integration.
Get trace by ID
Retrieve all spans matching a given trace ID
Request parameters
Responses
[
{
"id": "7c52ad9bb8f83565",
"name": "GET",
"remoteEndpoint": {
"serviceName": "astraQuery"
},
"tags": {
"remote_endpoint_ipv4": "10.100.10.100",
"_timesinceepoch": "2024-04-11T22:04:44.793Z",
"http.path": "/metrics",
"http.url": "http://10.199.199.199:8080/metrics",
"http.protocol": "h1c",
"env": "prod",
"http.host": "10.199.199.199:8080",
"duration": "3516",
"local_endpoint_ipv4": "10.199.199.199",
"_span_type": "SERVER",
"clusterName": "index-example",
"address.remote": "/10.100.10.100:47736",
"address.local": "/10.199.199.199:8080",
"http.method": "GET"
},
"timestamp": 1712873084793000,
"traceId": "7c52ad9bb8f83565"
}
]
Search traces
Responses
[]
List services
Responses
[]
List spans by service
Responses
[]
Last modified: 03 September 2024