From bc9abe475c9c9c5f45336ef7a4c612f606149175 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:56:57 +0000 Subject: [PATCH] =?UTF-8?q?[PR=20#10304/b6ffb1d1=20backport][3.11]=20Add?= =?UTF-8?q?=20aiohttp-openmetrics=20to=20list=20of=20third=20party=20aioht?= =?UTF-8?q?tp-related=20python=E2=80=A6=20(#10305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **This is a backport of PR #10304 as merged into master (b6ffb1d1a3b710c600f06c9d21cf62f75d324767).** Co-authored-by: Jelmer Vernooij --- 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.