mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: fix typo in metrics.go
This commit is contained in:
parent
b3cb5f9e4e
commit
52c2a5731f
@ -47,7 +47,7 @@ var (
|
||||
fileDescriptorUsed = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Namespace: "etcd",
|
||||
Subsystem: "server",
|
||||
Name: "file_descriptors_used_totol",
|
||||
Name: "file_descriptors_used_total",
|
||||
Help: "The total number of file descriptors used.",
|
||||
})
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user