Add cache usage, total capacity to prometheus metrics (#11026)

This commit is contained in:
Poorna Krishnamoorthy
2020-12-07 16:35:11 -08:00
committed by GitHub
parent 934bed47fa
commit f3beb1236a
4 changed files with 30 additions and 0 deletions

View File

@@ -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 |