---
title: "Get trace search query metrics."
method: GET
path: "/v1/tracing/metrics"
tags: ["traces"]
---

# Get trace search query metrics.

`GET /v1/tracing/metrics`

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

## Response `200`

List of available metrics.

- TraceMetricsResponse
  - `metrics` TraceMetricDetail[], required — List of trace metrics.
    - `metric` string, required — Trace metric name. In trace queries it can be used in `MetricTracingFilter.metric`.
    - `description` string — Short description of the metric.
    - `type` string, required — The type the values of this field will have. Possible values: `DoubleTracingValue`, `IntegerTracingValue`.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
