Fix metric unit in BufferPoolsTest (#6953)
This commit is contained in:
parent
b2a4cf171f
commit
9b4d490e81
|
@ -102,7 +102,7 @@ public class BufferPoolsTest {
|
||||||
assertThat(metricData)
|
assertThat(metricData)
|
||||||
.hasInstrumentationScope(EXPECTED_SCOPE)
|
.hasInstrumentationScope(EXPECTED_SCOPE)
|
||||||
.hasDescription("The number of buffers in the pool")
|
.hasDescription("The number of buffers in the pool")
|
||||||
.hasUnit("buffers")
|
.hasUnit("{buffers}")
|
||||||
.hasLongSumSatisfying(
|
.hasLongSumSatisfying(
|
||||||
sum ->
|
sum ->
|
||||||
sum.hasPointsSatisfying(
|
sum.hasPointsSatisfying(
|
||||||
|
|
Loading…
Reference in New Issue