Skip to content

Commit

Permalink
Add bytes suffix to object size metric
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 12, 2020
1 parent 6a27bb7 commit 453526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/sftp_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
)

objectSize = prometheus.NewDesc(
prometheus.BuildFQName(c.Namespace, "", "objects_size_total"),
prometheus.BuildFQName(c.Namespace, "", "objects_size_total_bytes"),
"Total size of all objects in the path",
[]string{"path"},
nil,
Expand Down

0 comments on commit 453526e

Please sign in to comment.