summaryrefslogtreecommitdiff
path: root/metrics.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-08 11:49:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-08 11:49:45 +0200
commit9e2db6a2e70494e349153091b1a4168b0e5e88a8 (patch)
tree2adc8e4359f490f38b003489122c815c11a7f85f /metrics.go
parentf2433d300721bd5bb3c63715661fc88b1863ff26 (diff)
Vendor
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())
-}