---
title: "Get the current metrics for the running server"
method: GET
path: "/metrics"
tags: ["Metrics"]
---

# Get the current metrics for the running server

`GET /metrics`

Gets the metrics like memory consumption & allocation as well as response time histograms to use with monitoring tools

## Response `200`

OK

- HandlersMetricsResponse
  - `cmdline` string[]
  - `handlers.[name].errors` number
  - `handlers.[name].response_time.p50` number
  - `handlers.[name].response_time.p90` number
  - `handlers.[name].response_time.p95` number
  - `handlers.[name].response_time.p99` number
  - `memstats` object

---

[API](https://skmtc.dev/abtasty/apis/flagship-decision-api.md) · [All operations](https://skmtc.dev/abtasty/apis/flagship-decision-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/abtasty/flagship-decision-api/revisions/d84ddca71950/schema)
