Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 809 Bytes

File metadata and controls

21 lines (15 loc) · 809 Bytes

2.4.0

  • Add a reset function to the System.Metrics.Prometheus.Metric.Histogram module, which zeroes the bucket counts, sum, and observation count while leaving the bucket bounds unchanged. This is useful for resetting metrics between tests. #55

2.3.1

  • Relax the http-client-tls upper bound to allow 0.4.*. #7966

2.3.0

  • Change the observeAndSample function from the System.Metrics.Prometheus.Metric.Histogram module to return the value of the sample that was just added, instead of the previous sample. This change matches similar functions for Counters and Gauges. #51