Announcing nameko-prometheus 1.0

I’m happy to announce the release of nameko-prometheus 1.0!

nameko-prometheus is a dependency provider for nameko that exposes application metrics for scraping with Prometheus.

With 1.0 we reached a somewhat stable API and a set of default metrics. Default metrics you say? Yes - nameko-prometheus automatically collects raw counts and latency histograms for most common nameko service entrypoints. At the moment we support RPC methods, HTTP entrypoints and event handlers.
Of course it is also possible to expose your custom application metrics to Prometheus. See more in nameko-prometheus documentation.

Hope some of you will find the package helpful. Contributions are welcome!

4 Likes