Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 9, 2020
1 parent 572301b commit 1034c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/collector/sftp_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ var (

fsTotalSpace = prometheus.NewDesc(
prometheus.BuildFQName(c.Namespace, "", "filesystem_total_space_bytes"),
"Total space in the filesystem containing user directory",
"Total space in the filesystem containing the path",
[]string{},
nil,
)

fsFreeSpace = prometheus.NewDesc(
prometheus.BuildFQName(c.Namespace, "", "filesystem_free_space_bytes"),
"Free space in the filesystem containing user directory",
"Free space in the filesystem containing the path",
[]string{},
nil,
)
Expand Down

0 comments on commit 1034c46

Please sign in to comment.