# `Parapet.MCP.PrometheusClient`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/mcp/prometheus_client.ex#L1)

A read-only Prometheus HTTP API proxy using `Req` to allow external agents
to retrieve predefined time-series metrics.

> #### Experimental {: .warning}
>
> This module is **experimental** in v1.x. Its API may change in a minor release with a
> single-version notice in CHANGELOG.md. See
> [Stability & Deprecation Policy](stability.html) for details.

# `get_slo_burn_rate`

Fetches the SLO burn rate for a given SLO name using a hardcoded, safe
PromQL query. Returns the parsed Prometheus API response.

Options:
  * `:req_options` - additional options to pass to `Req.request/1` (e.g. for testing)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
