You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Requirement of Bucket Usage and Performance metrics
Is your feature request related to a problem?/Why is this needed
Kubernetes PVC support storage usage promethues metrics via Kubelet exporter metrics. Similar information should be available for Object Buckets as well. It can include the following:
Storage(Per Bucket):
usage
capacity ( Not sure if applicable )
Performance(Per bucket):
Latency
Throughput
IOPS
Use cases:
Showing consumption and aggregated information on monitoring tools( Grafana etc. )
Finding out top n storage consumers
Finding out the buckets with performance below or above certain thresholds
Creating Prometheus alerts when the bucket consumption cross certain thresholds to notify users.
Describe the solution you'd like in detail
Required metrics to be implemented as additional metrics in already existing Prometheus exporters in Kubernetes ( Most Probably Kubelet )