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.

Fixes #4403

Notes

This is a documentation-only change. No runtime behavior is changed.

Validation