aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/go-metrics/unit.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/docker/go-metrics/unit.go')
-rw-r--r--vendor/github.com/docker/go-metrics/unit.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/docker/go-metrics/unit.go b/vendor/github.com/docker/go-metrics/unit.go
deleted file mode 100644
index c96622f90..000000000
--- a/vendor/github.com/docker/go-metrics/unit.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package metrics
-
-// Unit represents the type or precision of a metric that is appended to
-// the metrics fully qualified name
-type Unit string
-
-const (
- Nanoseconds Unit = "nanoseconds"
- Seconds Unit = "seconds"
- Bytes Unit = "bytes"
- Total Unit = "total"
-)