Skip to content

Releases: hynek/prometheus-async

22.1.0

15 Feb 16:32
22.1.0
Compare
Choose a tag to compare

Highlights

prometheus-async now is fully typed and the optional aiohttp endpoint exposes the metrics in the OpenMetrics format if the client supports it.

Full Changelog

Removed

  • Support for Python 2.7, 3.5, and 3.6 has been dropped.
  • The loop argument has been removed from prometheus_async.aio.start_http_server().

Added

  • Added type hints for all APIs.
    #21
  • Added support for OpenMetrics exposition in prometheus_async.aio.web.server_stats() and thus prometheus_async.aio.web.start_http_server_in_thread().
    #23