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