mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add cache usage, total capacity to prometheus metrics (#11026)
This commit is contained in:
committed by
GitHub
parent
934bed47fa
commit
f3beb1236a
@@ -198,6 +198,8 @@ MinIO Gateway instances enabled with Disk-Caching expose caching related metrics
|
||||
| `cache_data_served` | Total number of bytes served from cache |
|
||||
|
||||
#### Per disk cache metrics
|
||||
| `cache_usage_size` | Total cache usage in bytes |
|
||||
| `cache_total_capacity` | Total size of cache disk |
|
||||
| `cache_usage_percent` | Total percentage cache usage |
|
||||
| `cache_usage_state` | Indicates cache usage is high or low, relative to current cache 'quota' settings |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user