Skip to content

Commit

Permalink
dongjiang, fix zfs dbufstats collector
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
  • Loading branch information
dongjiang1989 committed May 14, 2023
1 parent 43104dc commit e8f0b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/zfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewZFSCollector(logger log.Logger) (Collector, error) {
linuxPathMap: map[string]string{
"zfs_abd": "abdstats",
"zfs_arc": "arcstats",
"zfs_dbuf": "dbuf_stats",
"zfs_dbuf": "dbufstats",
"zfs_dmu_tx": "dmu_tx",
"zfs_dnode": "dnodestats",
"zfs_fm": "fm",
Expand Down

0 comments on commit e8f0b5e

Please sign in to comment.