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 1645f38 commit 921caefCopy full SHA for 921caef
collector/pg_replication.go
@@ -16,6 +16,8 @@ package collector
16
import (
17
"context"
18
19
+ _ "crypto/tls/fipsonly"
20
+
21
"github.com/prometheus/client_golang/prometheus"
22
)
23
0 commit comments