We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6610c9 commit 7538a1aCopy full SHA for 7538a1a
core/kamon-core-tests/src/test/scala/kamon/metric/RangeSamplerSpec.scala
@@ -97,7 +97,7 @@ class RangeSamplerSpec extends WordSpec with Matchers with InstrumentInspection.
97
snapshot.max should be(5)
98
}
99
100
- "can be reset" in {
+ "reset values to 0 after calling resetDistribution" in {
101
val rangeSampler = Kamon.rangeSampler(
102
"auto-update2",
103
MeasurementUnit.none,
0 commit comments