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
- Host: GitHub
- URL: https://github.com/tentaclelabs/prometheus_client
- Owner: tentaclelabs
- License: mit
- Created: 2019-11-11T18:25:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T05:58:40.000Z (over 2 years ago)
- Last Synced: 2025-04-09T16:07:16.780Z (about 1 year ago)
- Topics: dart, hacktoberfest, metrics, prometheus, prometheus-client, shelf
- Language: Dart
- Homepage: https://pub.dev/packages/prometheus_client
- Size: 94.7 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
prometheus_client
===
[](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