mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-23 15:41:00 +02:00
This PR adds the `/status/config` endpoint which exposes the currently loaded Prometheus config. This is the same config that is displayed on `/config` in the UI in YAML format. The response payload looks like such: ``` { "status": "success", "data": { "yaml": <CONFIG> } } ```