Merge pull request #113310 from logicalhan/storage-metric
swap name for storage metric for underlying storage db
This commit is contained in:
@@ -57,8 +57,9 @@ var (
|
|||||||
)
|
)
|
||||||
dbTotalSize = compbasemetrics.NewGaugeVec(
|
dbTotalSize = compbasemetrics.NewGaugeVec(
|
||||||
&compbasemetrics.GaugeOpts{
|
&compbasemetrics.GaugeOpts{
|
||||||
Name: "etcd_db_total_size_in_bytes",
|
Subsystem: "apiserver",
|
||||||
Help: "Total size of the etcd database file physically allocated in bytes.",
|
Name: "storage_db_total_size_in_bytes",
|
||||||
|
Help: "Total size of the storage database file physically allocated in bytes.",
|
||||||
StabilityLevel: compbasemetrics.ALPHA,
|
StabilityLevel: compbasemetrics.ALPHA,
|
||||||
},
|
},
|
||||||
[]string{"endpoint"},
|
[]string{"endpoint"},
|
||||||
|
Reference in New Issue
Block a user