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

@@ -23,6 +23,10 @@ import (
// CacheDiskStats represents cache disk statistics
// such as current disk usage and available.
type CacheDiskStats struct {
// used cache size
UsageSize uint64
// total cache disk capacity
TotalCapacity uint64
// indicates if usage is high or low, if high value is '1', if low its '0'
UsageState int32
// indicates the current usage percentage of this cache disk