docs: clarify MultiGauge row registration by codingkiddo · Pull Request #7548 · micrometer-metrics/micrometer (original) (raw)
Summary
Clarifies MultiGauge row registration behavior in both the reference documentation and JavaDoc.
This adds more explanation around the overwrite argument used by MultiGauge.register(...), including how rows with the same tags are handled across repeated registrations and what happens when rows are no longer present.
Related issue
Fixes #4403
Notes
This is a documentation-only change. No runtime behavior is changed.
Validation
./gradlew :micrometer-core:compileJava./gradlew :micrometer-core:test --tests "*MultiGauge*"./gradlew :micrometer-core:javadoc./gradlew checkFormat