summaryrefslogtreecommitdiff
path: root/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'metrics.go')
-rw-r--r--metrics.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/metrics.go b/metrics.go
deleted file mode 100644
index 333a9fd..0000000
--- a/metrics.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package main
-
-import (
- "net/http"
- _ "net/http/pprof"
-
- "github.com/prometheus/client_golang/prometheus"
-)
-
-func init() {
- http.Handle("/metrics", prometheus.Handler())
-}