An open API service indexing awesome lists of open source software.

https://github.com/tentaclelabs/prometheus_client

Dart implementation of the Prometheus client library
https://github.com/tentaclelabs/prometheus_client

dart hacktoberfest metrics prometheus prometheus-client shelf

Last synced: 11 months ago
JSON representation

Dart implementation of the Prometheus client library

Awesome Lists containing this project

README

          

prometheus_client
===

[![Dart CI](https://github.com/tentaclelabs/prometheus_client/actions/workflows/dart.yml/badge.svg)](https://github.com/tentaclelabs/prometheus_client/actions/workflows/dart.yml)

This is a simple Dart implementation of the [Prometheus][prometheus] client library, [similar to libraries for other languages][writing_clientlibs].
There are two packages:

* [prometheus_client](./prometheus_client): Package implementing metric types like gauges, counters, summaries, or histograms.
* [prometheus_client_shelf](./prometheus_client_shelf): Package implementing a [shelf][shelf] integration.

[writing_clientlibs]: https://prometheus.io/docs/instrumenting/writing_clientlibs/
[prometheus]: https://prometheus.io/
[shelf]: https://pub.dev/packages/shelf