prometheus_client icon indicating copy to clipboard operation
prometheus_client copied to clipboard

Dart implementation of the Prometheus client library

prometheus_client

Dart CI

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.