dev-python/prometheus-fastapi-instrumentator
Instrument your FastAPI app with Prometheus metrics
ChangeLog
commit 37117cd896d845eca2916a87a8e2bebef6fe8213
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:21:09 2026 +0200
dev-python/prometheus-fastapi-instrumentator: drop 8.0.0
Keep the latest two releases in the 8.x series. Overlay consumers accept newer 8.x versions and do not pin this release.
commit 059517945b0eb2d9d2620f8699c11d06934e08d7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:20:37 2026 +0200
dev-python/prometheus-fastapi-instrumentator: test 8.0.2
The sdist omits upstream's dev-heavy suite. Exercise the installed Starlette middleware and Prometheus registry integration without pulling FastAPI-only test dependencies.
commit 72efb1c8cd6b131840efd37984e78eadc1cbcafa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:19:40 2026 +0200
dev-python/prometheus-fastapi-instrumentator: test 8.1.0
The sdist omits upstream's dev-heavy suite. Exercise the installed Starlette middleware and Prometheus registry integration without pulling FastAPI-only test dependencies.
commit 683d988791b00e765c44e5777e84f092c0821f84
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 16:55:08 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.1.0
Runtime requirements and floors are unchanged from 8.0.2 and the build
backend is still poetry-core.
Records why the two upstream major caps are not mirrored - neither binds
against anything either repo ships, and the omission had been carried
since 8.0.2 with nothing written down.
commit ee3940b6aa0462dde517a8c6cc223dd884af77df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 23 13:00:31 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.0.2
commit 99c829c7f8822d55bf30c4033fdcb484ce1b3681
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 15:21:59 2026 +0200
dev-python/prometheus-fastapi-instrumentator: Keyword 8.0.0 for ~arm64
Pure-Python (PEP517), architecture-independent.
commit 6bed3f08818bbf481ff4d0907445495c73491d4b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 22:16:39 2026 +0200
dev-python/prometheus-fastapi-instrumentator: drop 7.1.0
Upstream 7.1.0 requires starlette <1.0.0, but ::gentoo now ships only
starlette 1.x, so the in-tree ebuild's uncapped starlette dep let it
resolve against a starlette it never supported. Superseded by 8.0.0,
which is ported to Starlette v1.
commit df0c1a493e055f78fa37bd2e41f97b0a702e34a3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 22:16:23 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.0.0
8.0.0's only breaking change is the port to Starlette v1, raising the
starlette floor to >=1.0.0 — which matches ::gentoo (now on starlette
1.x). vllm, the sole consumer, floors the dep at >=7.0.0.
commit 769f0987ed7476873af5911ffbb9b2a551de3dfa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:17 2026 +0200
dev-python/prometheus-fastapi-instrumentator: disable py3.11
commit 1715ae63d03ac828157583f3f84cdce460a6ab07
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 01:13:16 2026 +0200
dev-python/prometheus-fastapi-instrumentator: new package
Pure-Python Prometheus instrumentation for FastAPI apps. Required by
dev-python/vllm.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:21:09 2026 +0200
dev-python/prometheus-fastapi-instrumentator: drop 8.0.0
Keep the latest two releases in the 8.x series. Overlay consumers accept newer 8.x versions and do not pin this release.
commit 059517945b0eb2d9d2620f8699c11d06934e08d7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:20:37 2026 +0200
dev-python/prometheus-fastapi-instrumentator: test 8.0.2
The sdist omits upstream's dev-heavy suite. Exercise the installed Starlette middleware and Prometheus registry integration without pulling FastAPI-only test dependencies.
commit 72efb1c8cd6b131840efd37984e78eadc1cbcafa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:19:40 2026 +0200
dev-python/prometheus-fastapi-instrumentator: test 8.1.0
The sdist omits upstream's dev-heavy suite. Exercise the installed Starlette middleware and Prometheus registry integration without pulling FastAPI-only test dependencies.
commit 683d988791b00e765c44e5777e84f092c0821f84
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 16:55:08 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.1.0
Runtime requirements and floors are unchanged from 8.0.2 and the build
backend is still poetry-core.
Records why the two upstream major caps are not mirrored - neither binds
against anything either repo ships, and the omission had been carried
since 8.0.2 with nothing written down.
commit ee3940b6aa0462dde517a8c6cc223dd884af77df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 23 13:00:31 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.0.2
commit 99c829c7f8822d55bf30c4033fdcb484ce1b3681
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 15:21:59 2026 +0200
dev-python/prometheus-fastapi-instrumentator: Keyword 8.0.0 for ~arm64
Pure-Python (PEP517), architecture-independent.
commit 6bed3f08818bbf481ff4d0907445495c73491d4b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 22:16:39 2026 +0200
dev-python/prometheus-fastapi-instrumentator: drop 7.1.0
Upstream 7.1.0 requires starlette <1.0.0, but ::gentoo now ships only
starlette 1.x, so the in-tree ebuild's uncapped starlette dep let it
resolve against a starlette it never supported. Superseded by 8.0.0,
which is ported to Starlette v1.
commit df0c1a493e055f78fa37bd2e41f97b0a702e34a3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 22:16:23 2026 +0200
dev-python/prometheus-fastapi-instrumentator: add 8.0.0
8.0.0's only breaking change is the port to Starlette v1, raising the
starlette floor to >=1.0.0 — which matches ::gentoo (now on starlette
1.x). vllm, the sole consumer, floors the dep at >=7.0.0.
commit 769f0987ed7476873af5911ffbb9b2a551de3dfa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:17 2026 +0200
dev-python/prometheus-fastapi-instrumentator: disable py3.11
commit 1715ae63d03ac828157583f3f84cdce460a6ab07
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 01:13:16 2026 +0200
dev-python/prometheus-fastapi-instrumentator: new package
Pure-Python Prometheus instrumentation for FastAPI apps. Required by
dev-python/vllm.


View
Download
Browse