Enable NFS client metrics by default. (#828)
Enable NFS client metrics by default now that it nolonger prints errors on scrape if there are no metrics to display. Also fixup the nfsd README to match the nfs entry.
This commit is contained in:
parent
8d9c7ca659
commit
6468e7c80b
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ type nfsCollector struct {
|
|||
}
|
||||
|
||||
func init() {
|
||||
registerCollector("nfs", defaultDisabled, NewNfsCollector)
|
||||
registerCollector("nfs", defaultEnabled, NewNfsCollector)
|
||||
}
|
||||
|
||||
// NewNfsCollector returns a new Collector exposing NFS statistics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue