priyeshkaratha commented on code in PR #9646:
URL: https://github.com/apache/ozone/pull/9646#discussion_r2717675874
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/VolumeInfoMetrics.java:
##########
@@ -44,15 +44,21 @@ public class VolumeInfoMetrics implements MetricsSource {
VolumeInfoMetrics.class.getSimpleName();
private static final MetricsInfo CAPACITY =
- Interns.info("Capacity", "Capacity");
+ Interns.info("OzoneCapacity", "Ozone usable capacity (after reserved
space adjustment)");
Review Comment:
Even though the new naming conventions make more sense, this is a breaking
change for existing metrics consumers. They will need to update their usage
(for example, from Capacity to OzoneCapacity).
How are such breaking changes tracked and communicated? Is there any
documentation or process to notify consumers that they need to make updates?
For example, if system tests depend on these metrics, how do we ensure these
changes are identified and handled?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]