mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-22 22:31:01 +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> } } ```