- Change the
observeAndSample
function from theSystem.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 forCounter
s andGauge
s. #51