AWS S3 Java SDK V1 expose JMX metrics

Viewed 10

I want to view AmazonS3 JMX metrics. Specifically the number of retries performed by the client. The only problem is that according to this article it seems that it supports only Cloudwatch, and I want to see it momentarily using jconsole.

Enabling without credential file, doesn't seem to work.

Is there some kind of workaround?

0 Answers
Related