This is a simple Dart implementation of the Prometheus client library, similar to libraries for other languages. There are two packages:
- prometheus_client: Package implementing metric types like gauges, counters, summaries, or histograms.
- prometheus_client_shelf: Package implementing a shelf integration.