Update Prometheus metrics tracking (#459)

Signed-off-by: Andrew Morgan <andrewm@matrix.org>
This commit is contained in:
Andrew Morgan 2018-05-23 15:42:08 +01:00 committed by GitHub
parent 93a6178d45
commit c238048599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
155 changed files with 30171 additions and 12 deletions

12
vendor/manifest vendored
View file

@ -123,7 +123,7 @@
{
"importpath": "github.com/matrix-org/dugong",
"repository": "https://github.com/matrix-org/dugong",
"revision": "a012152b8769963afc822a9af7a3eceac4d776e8",
"revision": "ea0a4690a0d5b414a18dbb06cf6153309a2d0528",
"branch": "master"
},
{
@ -209,9 +209,15 @@
"path": "/difflib"
},
{
"importpath": "github.com/prometheus/client_golang",
"importpath": "github.com/prometheus/client_golang/prometheus",
"repository": "https://github.com/prometheus/client_golang",
"revision": "c317fb74746eac4fc65fe3909195f4cf67c5562a",
"revision": "c51dc758d4bb30acacbef9eaa2b774969a135086",
"branch": "master"
},
{
"importpath": "github.com/prometheus/client_golang/prometheus/promhttp",
"repository": "https://github.com/prometheus/client_golang",
"revision": "c51dc758d4bb30acacbef9eaa2b774969a135086",
"branch": "master"
},
{