symious opened a new pull request, #3436: URL: https://github.com/apache/ozone/pull/3436
## What changes were proposed in this pull request? The current registration of prometheus sink is before the initialization of s3gateway MetricsImpl. The symptom is the s3g prom page doesn't show detail metrics. Although the current prom page (http://s3g:9878/prom) does show the metrics, it's because of the patch of [HADOOP-17081](https://issues.apache.org/jira/browse/HADOOP-17081). But in our production cluster, the S3g still got some performance issue, seems related to the MetricsSink's half-blocking attribute of SinkQueue. This ticket is to fix this issue. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6779 ## How was this patch tested? N.A. -- 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]
