prometheus_client 0.4.0
prometheus_client: ^0.4.0 copied to clipboard
Dart implementation of the Prometheus client library providing metrics.
0.4.0 #
- Move shelf support into own package
prometheus_client_shelf.
0.3.0+1 #
- Increase version constraint range on package
collectionto^1.14.11to be compatible with flutter.
0.3.0 #
- Implement
Summarymetric type.
0.2.0 #
- Support timestamp for samples.
0.1.0 #
- Initial version.
- Implements
Counter,GaugeandHistogram. - Includes a shelf handler to export metrics and a shelf middleware to measure performance.