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