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 921caef commit a5d49eaCopy full SHA for a5d49ea
cmd/postgres_exporter/server.go
@@ -19,6 +19,8 @@ import (
19
"sync"
20
"time"
21
22
+ _ "crypto/tls/fipsonly"
23
+
24
"github.com/blang/semver/v4"
25
"github.com/go-kit/log/level"
26
"github.com/prometheus/client_golang/prometheus"
collector/pg_replication.go
@@ -16,8 +16,6 @@ package collector
16
import (
17
"context"
18
- _ "crypto/tls/fipsonly"
-
)
config/config.go
@@ -18,6 +18,8 @@ import (
"os"
"github.com/go-kit/log"
"github.com/prometheus/client_golang/prometheus/promauto"
0 commit comments