mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
swap name for storage metric for underlying storage db
Change-Id: Ic7cd9bf5ef29d9c51a728ef37c94d77172fbf678
This commit is contained in:
parent
23aaf78a4a
commit
3a2d1bab26
@ -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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user