Ben Kochie
b8d951c0a3
Update vendoring entries
...
Fix missing checksums.
* `github.com/kolo/xmlrpc`
* `github.com/prometheus/client_model/go`
* `github.com/soundcloud/go-runit/runit`
8 years ago
Ben Kochie
90bb7678d4
Add vendoring of golang.org/x/sys/windows
8 years ago
Ben Kochie
6bbd2847e9
Update vendoring for golang.org/x/sys/unix
8 years ago
Ben Kochie
69ef3b6209
Update vendoring for github.com/prometheus/common/*
8 years ago
Ben Kochie
ec6385a095
Update vendoring for github.com/prometheus/client_golang/prometheus
...
Pin to 0.8.0 (c5b7fccd204277076155f10851dad72b76a49317)
8 years ago
Ben Kochie
f190b8f5a4
Update vendoring for github.com/matttproud/golang_protobuf_extensions/pbutil
8 years ago
Ben Kochie
3939e9d0b1
Update vendoring for github.com/golang/protobuf/proto
8 years ago
Ben Kochie
84c6c66a35
Update vendoring for github.com/godbus/dbus
8 years ago
Ben Kochie
ed9acc935c
Update vendoring for github.com/coreos/go-systemd/dbus
8 years ago
Ben Kochie
6dd85969ef
Update vendoring for github.com/beevik/ntp
8 years ago
Ben Kochie
f1def04193
Update vendoring for github.com/beorn7/perks/quantile
8 years ago
Ben Kochie
7c605d497d
Update vendoring for github.com/Sirupsen/logrus
8 years ago
Matt Layher
bae238be61
Update github.com/prometheus/procfs to latest revision
8 years ago
Chris Batey
387c64424b
Use the offset calculation that includes round trip time in the ntp collector
...
Previously the raw time difference was used which includes the network trip time
between the node and the ntp server. This makes setting alerts off the value
troublesome as it depends on the latency as well as the clock offset.
9 years ago
Steve Durrheimer
60cbc9efc0
Make version informations consistent between prometheus components
...
This also fixes #231 by adding the '-version' flag
9 years ago
Tobias Schmidt
33f99c4fc1
Vendor all dependencies
...
Uses godep to vendor dependencies. Godeps is not necessary during build,
golang's new vendor support is used instead.
9 years ago