summaryrefslogtreecommitdiff
path: root/releasenotes/notes/prometheus-health-7f35208c9569f96c.yaml
blob: 0e4267eb1a8a3388e081ec9db554ef2fb443e477 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    The optional prometheus service now also includes endpoints for
    readiness and liveness checks.  See :ref:`prometheus_liveness` for
    details.
upgrade:
  - |
    The prometheus endpoint would previously serve metrics at any URI.
    It now only returns metrics on the `/` and `/metrics` URI.  The
    latter is recommended.