aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/metrics/prometheus.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/docker/distribution/metrics/prometheus.go')
-rw-r--r--vendor/github.com/docker/distribution/metrics/prometheus.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/docker/distribution/metrics/prometheus.go b/vendor/github.com/docker/distribution/metrics/prometheus.go
deleted file mode 100644
index b5a532144..000000000
--- a/vendor/github.com/docker/distribution/metrics/prometheus.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package metrics
-
-import "github.com/docker/go-metrics"
-
-const (
- // NamespacePrefix is the namespace of prometheus metrics
- NamespacePrefix = "registry"
-)
-
-var (
- // StorageNamespace is the prometheus namespace of blob/cache related operations
- StorageNamespace = metrics.NewNamespace(NamespacePrefix, "storage", nil)
-)