Astra Help

Zipkin compatible API

Definitions for Zipkin compatible API, queryable via the Grafana datasource integration.

Get trace by ID

GET method/api/v2/trace/{traceId}

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

GET method/api/v2/traces

Responses

[]

List services

GET method/api/v2/services

Responses

[]

List spans by service

GET method/api/v2/spans

Responses

[]
Last modified: 03 September 2024