Merge pull request #693 from SuperQ/https

Add HTTPS configuration
This commit is contained in:
Ben Reedy
2021-02-19 18:20:06 +10:00
committed by GitHub
46 changed files with 579 additions and 43 deletions

View File

@@ -3,8 +3,8 @@
package collector
import (
"github.com/prometheus-community/windows_exporter/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/log"
"gopkg.in/alecthomas/kingpin.v2"
)