From 7961599b2e41c71720a42b3bfde641f7529f05fe Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 22 Nov 2016 11:05:54 -0800 Subject: PLT-4357 adding performance monitoring (#4622) * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful --- vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README | 2 ++ vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc | 0 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def | 0 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi | 0 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw | 0 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz | 0 6 files changed, 2 insertions(+) create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw create mode 100644 vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz (limited to 'vendor/github.com/prometheus/procfs/fixtures/symlinktargets') diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README new file mode 100644 index 000000000..5cf184ea0 --- /dev/null +++ b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README @@ -0,0 +1,2 @@ +This directory contains some empty files that are the symlinks the files in the "fd" directory point to. +They are otherwise ignored by the tests diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc new file mode 100644 index 000000000..e69de29bb diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def new file mode 100644 index 000000000..e69de29bb diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi new file mode 100644 index 000000000..e69de29bb diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw new file mode 100644 index 000000000..e69de29bb diff --git a/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-1-g7c22