Aiven-Open / tiered-storage-for-apache-kafka

RemoteStorageManager for Apache Kafka® Tiered Storage
Apache License 2.0
95 stars 20 forks source link

feat: Add S3 latency metrics #397

Closed jeqo closed 1 year ago

jeqo commented 1 year ago

For better monitoring, latency metrics will help to understand how long are we waiting on the plugin side for a response from S3.

See commits for more details, a small refactor on the testing is included separately.