-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
I'd like to collect s3 operation metrics to evaluate performance issues of s3 compatible storages in Prometheus.
Here some example metrics:
s3proxy_request_duration_seconds{method="PUT",bucket="opensearch-backups",status="200"}
s3proxy_request_duration_seconds{method="GET",bucket="opensearch-backups",status="200"}
s3proxy_backend_duration_seconds{provider="s3",operation="putBlob"}
s3proxy_active_requests
s3proxy_errors_total{type="timeout"}
I'd just use Micrometer to implement it.
@gaul would you be open to a PR?
Metadata
Metadata
Assignees
Labels
No labels