adfs collector missing dependency

This commit is contained in:
Calle Pettersson 2020-04-19 21:44:39 +02:00 committed by GitHub
parent 91a64fecb8
commit bcb6f2b218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import (
)
func init() {
registerCollector("adfs", newADFSCollector)
registerCollector("adfs", newADFSCollector, "AD FS")
}
type adfsCollector struct {