gpo.zugaina.org

Search Portage & Overlays:

dev-python/prometheus-fastapi-instrumentator

Instrument your FastAPI app with Prometheus metrics

Screenshots

  • prometheus-fastapi-instrumentator-8.0.0
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: ISC   
    Overlay: stuff
  • prometheus-fastapi-instrumentator-7.1.0
    ~amd64 ~x86
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: ISC   
    Overlay: pypi

ChangeLog

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.