We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefab48 commit d123494Copy full SHA for d123494
web/tls_config.go
@@ -26,6 +26,7 @@ import (
26
"github.com/go-kit/log/level"
27
"github.com/pkg/errors"
28
config_util "github.com/prometheus/common/config"
29
+ "gopkg.in/yaml.v2"
30
)
31
32
var (
0 commit comments