From 780bd920ee9a89052bf690f19f97c0fa383bef0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 7 Jan 2025 00:33:06 +0000 Subject: [PATCH] =?UTF-8?q?Add=20aiohttp-openmetrics=20to=20list=20of=20th?= =?UTF-8?q?ird=20party=20aiohttp-related=20python=E2=80=A6=20(#10304)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b6ffb1d1a3b710c600f06c9d21cf62f75d324767) --- CHANGES/10304.doc.rst | 1 + docs/third_party.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CHANGES/10304.doc.rst diff --git a/CHANGES/10304.doc.rst b/CHANGES/10304.doc.rst new file mode 100644 index 00000000000..cedac3ef881 --- /dev/null +++ b/CHANGES/10304.doc.rst @@ -0,0 +1 @@ +Added ``aiohttp-openmetrics`` to list of third-party libraries -- by :user:`jelmer`. diff --git a/docs/third_party.rst b/docs/third_party.rst index e8095c7f09d..145a505a5de 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -305,3 +305,6 @@ ask to raise the status. - `aiohttp-asgi-connector `_ An aiohttp connector for using a ``ClientSession`` to interface directly with separate ASGI applications. + +- `aiohttp-openmetrics `_ + An aiohttp middleware for exposing Prometheus metrics.