mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-03 09:06:35 +00:00
fix typo in exporter.go
This commit is contained in:
@@ -185,7 +185,7 @@ func main() {
|
|||||||
).Default("/metrics").String()
|
).Default("/metrics").String()
|
||||||
enabledCollectors = kingpin.Flag(
|
enabledCollectors = kingpin.Flag(
|
||||||
"collectors.enabled",
|
"collectors.enabled",
|
||||||
"Comma-separated list of collectors to use. Use '[default]' as a placeholder for all the collectors enabled by default.").
|
"Comma-separated list of collectors to use. Use '[defaults]' as a placeholder for all the collectors enabled by default.").
|
||||||
Default(filterAvailableCollectors(defaultCollectors)).String()
|
Default(filterAvailableCollectors(defaultCollectors)).String()
|
||||||
printCollectors = kingpin.Flag(
|
printCollectors = kingpin.Flag(
|
||||||
"collectors.print",
|
"collectors.print",
|
||||||
|
|||||||
Reference in New Issue
Block a user