We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64023a6 commit 5bfc246Copy full SHA for 5bfc246
cmd/postgres_exporter/main.go
@@ -18,6 +18,8 @@ import (
18
"net/http"
19
"os"
20
21
+ _ "net/http/pprof"
22
+
23
"github.com/go-kit/log"
24
"github.com/go-kit/log/level"
25
"github.com/prometheus-community/postgres_exporter/collector"
0 commit comments