rcjverhoef opened a new pull request, #15122: URL: https://github.com/apache/iceberg/pull/15122
We want to be able to capture granular metrics the AWS SDK emits for various operations. Currently, this would require us to duplicate DefaultS3FileIOAwsClientFactory and add a one-liner to provide a custom metric provider following the AWS SDK interface. Even if we could extend the class, which is package private, we'd still pretty much have to redo the builder for just a one liner. With this PR, adding an option so we can configure an implementation of the S3MetricsPublisherConfigurations. This can be implemented according to whatever framework is used to emit the metrics (for example micrometer). -- 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]
