Base time unit string duplicated for each timer #4352
Labels
module: micrometer-core
An issue that is related to our core module
performance
Issues related to general performance
Milestone
getBaseTimeUnitStr
returns a new instance ofString
for every call, so for services with high tag cardinality, duplicate time units in timers can add up:micrometer/micrometer-core/src/main/java/io/micrometer/core/instrument/MeterRegistry.java
Line 290 in d6fc0b8
The text was updated successfully, but these errors were encountered: