v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
traces

Get trace search query metrics.

Get a list of available trace metrics that can be used in trace search queries.

get/v1/tracing/metrics

Response

List of available metrics.

Example response

{
  "metrics": [
    {
      "metric": "_duration",
      "description": "The duration of a trace in nanoseconds.",
      "type": "IntegerTracingValue"
    }
  ]
}