I'm using a spring boot app with micrometer and trying to collect request metrics from the AmazonS3
client.
I can see AmazonS3ClientBuilder#withMetricsCollector
which accepts a RequestMetricCollector
I'm wondering if there's a prebuilt micrometer RequestMetricCollector
or am I going to have to write my own?
Not finding anything obvious on the web but this seems like something that would be a common problem