mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-04-11 03:51:20 +00:00
adfs collector missing dependency
This commit is contained in:
parent
91a64fecb8
commit
bcb6f2b218
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("adfs", newADFSCollector)
|
registerCollector("adfs", newADFSCollector, "AD FS")
|
||||||
}
|
}
|
||||||
|
|
||||||
type adfsCollector struct {
|
type adfsCollector struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user