HDDS-9717. Add P99 quantiles and Min/Max Metrics for S3G Performance Metrics#5627
HDDS-9717. Add P99 quantiles and Min/Max Metrics for S3G Performance Metrics#5627kerneltime merged 20 commits intoapache:masterfrom
Conversation
hadoop-hdds/common/src/main/java/org/apache/hadoop/util/AggregatedMetrics.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Please add some documentation for memory consumption implications for intervals.
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/S3GatewayConfigKeys.java
Show resolved
Hide resolved
|
Can you look into the find bug failures? |
These are the same false positive ones we already encountered in 2 other PRs. |
|
Failed |
Created HDDS-9758 for it. |
# Conflicts: # hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestPermissionCheck.java
# Conflicts: # hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/metrics/S3GatewayMetrics.java
|
The change is in good shape, please address the defaults review comment and rebase the branch. |
# Conflicts: # hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestOzoneConfigurationFields.java
|
@kerneltime conflicts are resolved, please take another look |
What changes were proposed in this pull request?
AggregatedMetricsreplica theMutableRateS3G Metrics ofS3GatewayMetrics.AggregatedMetricsincludingMutableQuantilesandMutableMinMaxandMutableStatMetrics, theMutableStatis same with originalMutableRateMetrics.MutableRatewithAggregatedMetricsensures that the originalMutableRateremains unchanged, and adds configurableMutableQuantilesandMutableMinMaxmetrics.Before
After
Default (Add MutableMinMax Metrics):
Enable quantiles Metrics:
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9717
How was this patch tested?
Manually Test