- Add a
resetfunction to theSystem.Metrics.Prometheus.Metric.Histogrammodule, which zeroes the bucket counts, sum, and observation count while leaving the bucket bounds unchanged. This is useful for resetting metrics between tests. #55
- Relax the
http-client-tlsupper bound to allow0.4.*. #7966
- Change the
observeAndSamplefunction from theSystem.Metrics.Prometheus.Metric.Histogrammodule to return the value of the sample that was just added, instead of the previous sample. This change matches similar functions forCounters andGauges. #51