Posts tagged with “observability”

prometheus_client, a Prometheus Implementation for Dart

prometheus_client, a Prometheus Implementation for Dart

We recently released the stable 1.0.0 release of our prometheus_client package — a way to expose Prometheus metrics in your Dart application. It’s inspired by similar packages like the official client_java for Java or the community package prom_client for Node.js. We have several Microservices written in Dart where we use the package to provide observability. I want to share the experience we had while developing the package.