Romain Baugue
b41be4ef52
Discovery consul service meta ( #4280 )
...
* Upgrade Consul client
* Add ServiceMeta to the labels in ConsulSD
Signed-off-by: Romain Baugue <romain.baugue@elwinar.com>
2018-07-18 05:06:56 +01:00
Thomas Jackson
92c6f0c92e
Add offset to selectParams ( #4226 )
...
* Add Start/End to SelectParams
* Make remote read use the new selectParams for start/end
This commit will continue sending the start/end time of the remote read
query as the overarching promql time and the specific range of data that
the query is intersted in receiving a response to is now part of the
ReadHints (upstream discussion in #4226 ).
* Remove unused vendored code
The genproto.sh script was updated, but the code wasn't regenerated.
This simply removes the vendored deps that are no longer part of the
codegen output.
Signed-off-by: Thomas Jackson <jacksontj.89@gmail.com>
2018-07-18 04:58:00 +01:00
Brian Brazil
f48ec3f2bb
Update vendoring for tsdb ( #4369 )
...
This pulls in tsdb PRs 330 344 348 353 354 356
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2018-07-11 14:38:51 +01:00
Fabian Reinartz
32324f79c7
vendour: update prometheus/tsdb
...
Signed-off-by: Fabian Reinartz <freinartz@google.com>
2018-06-05 05:33:04 -04:00
Fabian Reinartz
d29e0ba16b
Merge pull request #4179 from krasi-georgiev/update-tsdb
...
update tsdb
2018-05-29 17:35:57 -04:00
Krasi Georgiev
229f4e63f7
update tsdb
...
Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
2018-05-29 20:51:41 +01:00
Adam Shannon
ea761c5ab9
update vendor'd github.com/prometheus/common
...
Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
2018-05-22 09:19:11 -05:00
Sneha Inguva
c1a851074b
promtool: add query instant and query range commands ( #4085 )
...
* promtool: add QueryInstant and QueryRange cmds
* promtool: add more query functions
* promtool: finished query Instant
* promtool: add range query
* promtool: add query command and address arguments
* vendor client and api
2018-04-26 20:41:56 +02:00
Adam Shannon
809881d7f5
support reading basic_auth password_file for HTTP basic auth ( #4077 )
...
Issue: https://github.com/prometheus/prometheus/issues/4076
Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
2018-04-25 18:19:06 +01:00
Krasi Georgiev
d13db89548
Merge pull request #4073 from krasi-georgiev/remove-unused-vendored
...
remove unused vendored packages
2018-04-17 10:24:01 +03:00
Krasi Georgiev
7679bc169d
remove unused vendored packages
...
Signed-off-by: Krasi Georgiev <krasi.root@gmail.com>
2018-04-10 21:22:19 +03:00
beorn7
94ff07b81d
Merge branch 'release-2.2'
...
Signed-off-by: beorn7 <beorn@soundcloud.com>
2018-04-10 16:50:35 +02:00
beorn7
bd44e7fe98
Update vendoring of prometheus/common/route to include data race fix
...
See https://github.com/prometheus/common/pull/125
Signed-off-by: beorn7 <beorn@soundcloud.com>
2018-04-09 17:48:32 +02:00
Sneha Inguva
cbfb207cca
vendor: correctly update golang client ( #4056 )
2018-04-06 18:05:32 +01:00
Krasi Georgiev
dfd6709a44
update common package ( #4015 )
2018-03-27 10:21:56 +05:30
Ben Kochie
2b02fcb0cb
Update vendor github.com/miekg/dns@v1.0.4
...
Update vendor `github.com/miekg/dns` to `v1.0.4` release.
* Add dependent vendor `golang.org/x/crypto/ed25519`.
* Add dependent vendor `golang.org/x/crypto/ed25519/internal/edwards25519`.
* Add dependent vendor `golang.org/x/net/bpf`.
* Add dependent vendor `golang.org/x/net/internal/iana`.
* Add dependent vendor `golang.org/x/net/internal/socket`.
* Add dependent vendor `golang.org/x/net/ipv4`.
* Add dependent vendor `golang.org/x/net/ipv6`.
2018-03-22 07:59:39 +00:00
Brian Brazil
f35fca1c3f
Vendor github.com/json-iterator/go
2018-03-21 15:02:01 +00:00
Simon Pasquier
83325c8d82
web: replace deprecated InstrumentHandler() ( #3862 )
...
* web: replace deprecated InstrumentHandler()
This change replaces the deprecated InstrumentHandler function by the
equivalent functions from the promhttp package.
The following metrics are removed:
* http_request_duration_microseconds (Summary).
* http_request_size_bytes (Summary).
* http_requests_total (Counter).
And the following metrics are added instead:
* prometheus_http_request_duration_seconds (Histogram).
* prometheus_http_response_size_bytes (Histogram).
* promhttp_metric_handler_requests_in_flight (Gauge).
* promhttp_metric_handler_requests_total (Counter).
* Update github.com/prometheus/common/route package
* web: refactor using the new prometheus/common/route package
2018-03-21 08:16:16 +00:00
Fabian Reinartz
a947750dd6
vendor: update tsdb
2018-03-14 10:01:44 -04:00
Fabian Reinartz
5fb1e27b43
vendor: update prometheus/tsdb
2018-03-13 16:24:37 -04:00
Fabian Reinartz
07299cec17
vendor: update tsdb
2018-03-08 10:49:35 +01:00
Krasi Georgiev
5bda3a8ded
Check for unused vendored packages ( #3892 )
...
* add check for unused vendor packages
* cleanup unused vendor packages
* run unused check before the tests
2018-03-02 10:20:45 +00:00
Fabian Reinartz
875631c0b0
vendor: update prometheus/tsdb
2018-02-15 12:30:09 +01:00
Frederic Branczyk
63f31bd33d
vendor: bump TSDB
2018-02-12 13:50:02 +01:00
Frederic Branczyk
46693444de
vendor: Update github.com/prometheus/tsdb
2018-01-26 16:24:51 +01:00
Simon Pasquier
eb11d912bd
vendor: update tsdb
2018-01-25 13:04:24 +01:00
Goutham Veeramachaneni
d982427aa8
vendor: update tsdb
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2018-01-19 13:31:33 +05:30
Shubheksha Jalan
0471e64ad1
Use shared types from the common
repo ( #3674 )
...
* refactor: use shared types from common repo, remove util/config
* vendor: add common/config
* fix nit
2018-01-11 16:10:25 +01:00
Goutham Veeramachaneni
ee9ae2807a
vendor: update tsdb
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-12-22 22:52:59 +05:30
Goutham Veeramachaneni
9f92a71053
vendor: update TSDB
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-11-30 16:50:41 +05:30
Goutham Veeramachaneni
a1be5db99f
vendor: Update grpc gateway deps
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-11-30 16:50:34 +05:30
Fabian Reinartz
10b2e8c637
vendor: update prometheus/tsdb
2017-11-23 18:44:23 +01:00
Krasi Georgiev
e2f4850fea
Refactor main.go with oklog/pkg/group actors pattern
2017-11-11 12:33:15 +00:00
beorn7
139929a363
Update vendoring of prometheus/tsdb and prometheus/common
2017-11-04 17:26:17 +01:00
beorn7
8093122782
Clean up vendoring
...
This doesn't perform any actual updates. (While that is something that
we should consider eventually, it leads down a rabbit hole and would
be too risky just before the 2.0.0 release.)
This is really just a clean-up. In particular:
- The following packages are not really used and thus removed:
- github.com/blang/semver
- github.com/coreos/go-oidc/http
- github.com/coreos/go-oidc/jose
- github.com/coreos/go-oidc/key
- github.com/coreos/go-oidc/oauth2
- github.com/coreos/go-oidc/oidc
- github.com/coreos/pkg/health
- github.com/coreos/pkg/httputil
- github.com/coreos/pkg/timeutil
- github.com/gophercloud/gophercloud/openstack/compute/v2/extensions
- github.com/pborman/uuid
- For unclear reasons, the checksum for the following packages were
wrong. The only change in this commit is to adjust the checksum in
vendor.json. No changes of source code involved.
- github.com/cespare/xxhash
- github.com/dgryski/go-bits
- github.com/golang/snappy
- Various packages from the github.com/gogo/protobuf repository are
used throughout the code. They are vendored from various sources
(different sub-vendoring of cockroachdb/cockroach and
k8s.io/client-go) and revisions. I made them all consistently
referring to the current version of the github.com/gogo/protobuf
repository. This _is_ a change of code, but a necessary one to clean
up the inconsistencies.
- For the github.com/influxdata/influxdb/... packages, the license
files were missing. Also, the revision time was wrong, again for
unknown reason.
This tries to avoid any real updates (as that would lead down a rabbit
hole, although I think we should check what dependencies need an
update one day) but at least tries to remove unused packages.
2017-11-02 17:50:00 +01:00
beorn7
e4167a5ca8
Update vendoring of prometheus/tsdb
2017-11-02 17:12:26 +01:00
Krasi Georgiev
5d8f93a22a
now using only github.com/gogo/protobuf
...
bumped all grpc-gateway packages to v1.2.2
updated and run the denproto.sh script
2017-11-02 11:31:57 +00:00
Fabian Reinartz
b5d1ec53da
vendor: update prometheus/tsdb
2017-10-25 16:54:39 +02:00
Tobias Schmidt
721050c6cb
Update prometheus/tsdb dependency
2017-10-16 15:36:25 +02:00
Marc Sluiter
6a633eece1
Added go-conntrack for monitoring http connections ( #3241 )
...
Added metrics for in- and outgoing traffic with go-conntrack.
2017-10-06 11:22:19 +01:00
Fabian Reinartz
748d392a7a
vendor: remove unused dependencies
2017-10-05 15:08:24 +02:00
Fabian Reinartz
f52248269e
vendor: update prometheus/tsdb
2017-10-05 14:38:39 +02:00
Fabian Reinartz
2d0b8e8b94
Merge branch 'master' into dev-2.0
2017-10-05 13:09:18 +02:00
Paul Gier
f79b55d057
cmd/prometheus: remove govalidator for url validation
...
The usage of govalidator is redundant with the call to url.Parse for
url validation. Removing it has the following benefits:
- The explicit error message is displayed instead of just a generic
valid/invalid message
- Slightly smaller code with one fewer external dependency
- Speed improvement by removing duplicate call to url.Parse (inside
govalidator.IsURL()
- Resolves issue #2717
The only potential drawback of removing govalidator is that certain
URLs will be considered valid which were previously invalid. For example:
- URLs with hostnames that start and/or end with an underscore (http://_example.com_ )
- URLs with hostnames that contain some special characters (http://foo&*bar.org )
These are valid URIs according to RFC 3986 and valid domain names per RFC 2181,
however they are not valid hostnames per RFC 952.
2017-10-04 10:08:34 -05:00
Krasi Georgiev
3c17e51391
vendor: update go-stack to fix sigpanic when debugging with delve
...
Signed-off-by: Krasi Georgiev <krasi.root@gmail.com>
2017-09-29 15:04:58 +03:00
Fabian Reinartz
34f0af30cf
vendor: update prometheus/tsdb
2017-09-21 15:27:21 +02:00
Fabian Reinartz
a04be0bc1c
vendor: update prometheus/tsdb
2017-09-19 14:31:15 +02:00
Goutham Veeramachaneni
3f0267c548
Merge branch 'dev-2.0' into go-kit/log
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-09-15 23:15:27 +05:30
Goutham Veeramachaneni
f5aed810f9
logging: Port to common/promlog
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-09-15 12:40:50 +05:30
Fabian Reinartz
2b2e214857
vendor: update prometheus/tsdb
2017-09-12 12:01:54 +02:00
Fabian Reinartz
a007eb2e1e
vendor: update prometheus/tsdb to single head mode
2017-09-07 14:14:33 +02:00
Fabian Reinartz
87918f3097
Merge branch 'master' into dev-2.0
2017-09-04 14:09:21 +02:00
Tobias Schmidt
29fff1eca4
Merge pull request #2966 from alkalinecoffee/consul-node-metadata
...
Add support for consul's node metadata
2017-09-02 18:43:25 +02:00
CuiHaozhi
b1c18bf29b
discovery openstack: support discovery hosts, add rule option.
...
Signed-off-by: CuiHaozhi <cuihz@wise2c.com>
2017-08-29 10:14:00 -04:00
Fabian Reinartz
24b246ac28
vendor: update prometheus/tsdb
2017-08-18 10:08:59 +02:00
Fabian Reinartz
146191a913
vendor: update prometheus/tsdb
2017-08-11 13:47:15 +02:00
Fabian Reinartz
2037778d14
vendor: update TSDB
2017-08-10 14:51:02 +02:00
Joe Martin
7f2402085a
update consul api dependency
2017-07-18 16:46:08 -04:00
Fabian Reinartz
6aee36ac3b
vendor: update prometheus/tsdb
2017-07-12 14:01:56 +02:00
Fabian Reinartz
dc15a6f6ea
vendor: add and update proto/grpc vendoring
2017-07-06 14:38:20 +02:00
Fabian Reinartz
426125298e
vendor: update prometheus/tsdb
2017-07-03 14:41:02 +02:00
Fabian Reinartz
ca2b68889b
Merge branch 'master' into dev-2.0
2017-06-23 13:15:44 +02:00
Fabian Reinartz
8088600202
vendor: add kingpin, drop unused deps
2017-06-20 17:37:40 +02:00
Goutham Veeramachaneni
f40a5990a0
vendor: Update common/model
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-06-16 20:20:44 +05:30
Goutham Veeramachaneni
771e5a5d1d
vendor: gh/Sirupsen/logrus -> gh/sirupsen/logrus
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-06-16 16:04:33 +05:30
Goutham Veeramachaneni
c399563ec1
vendor: Update common/log
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-06-16 15:49:41 +05:30
Goutham Veeramachaneni
ea255c6520
vendor: Add win specific dependency
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-06-15 17:02:37 +05:30
Goutham Veeramachaneni
cbeeaf48aa
vendor: Add cobra and pflag
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-06-15 16:36:36 +05:30
Fabian Reinartz
7640960469
vendor: update tsdb ( #2840 )
2017-06-13 07:44:07 +02:00
Frederic Branczyk
d6a55c3013
vendor: fix mixed versions of gophercloud packages
2017-06-07 09:21:43 +02:00
Fabian Reinartz
669075c6b9
Merge branch 'master' into dev-2.0
2017-06-06 09:36:51 +02:00
Christian Groschupp
8f781e411c
Openstack Service Discovery ( #2701 )
...
* Add openstack service discovery.
* Add gophercloud code for openstack service discovery.
* first changes for juliusv comments.
* add gophercloud code for floatingip.
* Add tests to openstack sd.
* Add testify suite vendor files.
* add copyright and make changes for code climate.
* Fixed typos in provider openstack.
* Renamed tenant to project in openstack sd.
* Change type of password to Secret in openstack sd.
2017-06-01 23:49:02 +02:00
Stephan Erb
14eee34da3
Update vendored go-zookeeper client ( #2778 )
...
It is likely this will fix #2758 .
2017-05-29 15:59:30 +02:00
Fabian Reinartz
4c31061251
Merge branch 'master' into dev-2.0
2017-05-24 15:36:17 +02:00
Fabian Reinartz
d289dc55c3
storage: update TSDB
2017-05-22 11:53:08 +02:00
Fazal Majid
0e05cccfbd
updated logrus so Prometheus can build on Solaris/Illumos ( #2733 )
2017-05-17 22:50:43 +02:00
Fabian Reinartz
06c2b76cd4
Merge branch 'master' into uptsdb
2017-05-16 16:48:37 +02:00
Fabian Reinartz
fbb22ddd8f
vendor: update prometheus/tsdb
2017-05-16 16:41:25 +02:00
jswitzer
713fef292a
vendor: upgrade govalidator to v6 ( #2714 )
...
* vendor: upgrade govalidator to v6
* Upgrade govalidator to latest in master.
* Run govalidator update through govendor
2017-05-15 14:35:57 +02:00
Fabian Reinartz
6e804b3497
Merge branch 'master' into dev-2.0
2017-05-12 13:29:58 +02:00
Fabian Reinartz
11aa049b05
Merge branch 'release-1.6' into merge16
2017-05-11 15:00:51 +02:00
Fabian Reinartz
ddbbd2b712
Merge branch 'release-1.5' into cut162
2017-05-11 14:29:49 +02:00
Fabian Reinartz
2ff8855ae6
discovery/k8s: update client library
2017-05-11 13:53:12 +02:00
Fabian Reinartz
dae4a801cb
vendor: update tsdb
2017-05-09 12:53:33 +02:00
Tom Wilkie
4d9b917d11
Instrument Prometheus with OpenTracing ( #2554 )
...
* Use request.Context() instead of a global map of contexts.
* Add some basic opentracing instrumentation on the query path.
* Remove tracehandler endpoint.
2017-05-02 18:49:29 -05:00
Conor Broderick
314b81062d
Updated vendoring for log level reporting issue ( #2660 )
2017-04-27 14:25:13 +01:00
Fabian Reinartz
37deb21c45
vendor: remove unused dependency and last ref to fabxc/tsdb
2017-04-27 10:23:34 +02:00
Fabian Reinartz
73b8ff0ddc
Merge branch 'master' into dev-2.0
2017-04-27 10:19:55 +02:00
beorn7
1ae50b1d1b
vendoring: Update client_golang/prometheus
...
This is mostly required to enable summaries without quantiles
2017-04-11 12:58:24 +02:00
beorn7
92d4cf7663
vendoring: Remove unused packages
2017-04-11 12:58:24 +02:00
Fabian Reinartz
f2d610c1e5
vendor: update tsdb for fast equal matching
2017-04-10 13:00:27 +02:00
Fabian Reinartz
47b0b9f7b0
vendor: add tsdb support for windows
2017-04-04 16:55:30 +02:00
Fabian Reinartz
cb84d6057e
vendor: add non-amd64 implementation for xxhash
2017-04-04 15:19:22 +02:00
Fabian Reinartz
8ffc851147
Merge branch 'master' into dev-2.0
2017-04-04 15:17:56 +02:00
Fabian Reinartz
cfb2a7f1d5
vendor: sync organisation migration of tsdb
2017-04-04 11:33:51 +02:00
Julius Volz
111841a230
Vendor new InfluxDB client library
2017-04-03 12:38:05 +02:00
Fabian Reinartz
581f69d755
vendor: update tsdb and remove unused
2017-03-31 14:08:30 +02:00
Fabian Reinartz
a2e7b0b934
venodr: update tsdb and go-kit/log
2017-03-23 18:44:15 +01:00
Fabian Reinartz
fc2e56c13f
vendor: update tsdb
2017-03-20 14:07:25 +01:00
Fabian Reinartz
b586781283
*: update tsdb vendoring and add retention flag
2017-03-17 16:06:04 +01:00
Fabian Reinartz
b09b90a940
Correctly close querier on error, revendor tsdb
2017-03-09 15:40:52 +01:00
Fabian Reinartz
3abf54c660
Merge branch 'dev-2.0-compact' into dev-2.0
2017-03-08 17:01:32 +01:00
Fabian Reinartz
f160c4eb20
vendor: integrate various tsdb fixes
2017-03-08 16:54:48 +01:00
Fabian Reinartz
b416ccb650
vendor: add old inluxdb client
2017-03-07 12:04:15 +01:00
Fabian Reinartz
30727b1e71
Vendor compaction changes
2017-03-04 17:42:48 +01:00
Fabian Reinartz
710f3f418f
vendor: tsdb compaction changes
2017-03-03 10:06:45 +01:00
Fabian Reinartz
9304179ef7
Merge branch 'master' into dev-2.0
2017-03-02 08:16:58 +01:00
Fabian Reinartz
097a2c1e59
vendor: re-vendor storage
2017-02-28 09:34:30 +01:00
Julius Volz
a6d81a9f88
Update vendoring for github.com/prometheus/common/model
2017-02-20 13:23:12 +01:00
Fabian Reinartz
311e7b5069
storage/vendor: update to latest fabxc/tsdb
2017-02-20 11:11:44 +01:00
beorn7
b4ce5ca925
vendoring: Do not ignore appengine build tags
...
For weird reasons, this excluded github.com/miekg/dns/udp_other.go
from vendoring.
2017-02-14 18:32:07 +01:00
James Hartig
e7ce10d4e5
vendoring: Update github.com/miekg/dns
...
This is needed to get the NameList function to get query names
2017-02-13 15:40:45 -05:00
Fabian Reinartz
f6dae7a5ba
vendor: add fabx/tsdb
2017-02-07 03:42:02 -08:00
Fabian Reinartz
1d3cdd0d67
Merge branch 'master' into dev-2.0-rebase
2017-01-30 17:43:01 +01:00
beorn7
86ec87b78f
vendoring: Update prometheus/common to pull in bug fixes
...
In particular the one for https://github.com/prometheus/common/issues/72 .
2017-01-09 12:25:17 +01:00
Fabian Reinartz
89b6b3be9f
vendor: remove unused dependencies
2016-12-31 09:32:55 +01:00
Fabian Reinartz
313ab48b45
vendor: drop unused dependencies
2016-12-22 23:20:34 +01:00
beorn7
906c3a2237
Update vendoring for Azure
...
Also, actually record the vendored version in vendor.json.
2016-12-13 14:21:16 +01:00
Fabian Reinartz
ec66082749
Merge branch 'ec2_sd_profile_support' of https://github.com/Ticketmaster/prometheus into Ticketmaster-ec2_sd_profile_support
2016-11-21 11:49:23 +01:00
beorn7
92c0ef1a92
Merge branch 'release-1.2' into beorn7/release
2016-11-03 22:48:39 +01:00
Kraig Amador
ba3fcceaa5
vendoring: updated aws-sdk-go to v1.5.1
2016-11-03 08:37:56 -07:00
beorn7
9a63ff0c32
Update vendoring github.com/miekg/dns
...
This is to pull in bug fixes. However, it also requires code changes,
see next commit.
2016-11-03 14:40:30 +01:00
beorn7
5b16d6bd6e
Merge branch 'release-1.2'
2016-10-31 00:06:23 +01:00
beorn7
b216e91b61
Revert "Update github.com/miekg/dns to pull in bug fixes."
...
This reverts commit 590446434f
.
Sadly, there's a problem with truncated messages:
WARN[0684] resolving all.telemetry.pm.prod.bazooka.dd.srv.int.s-cloud.net failed: dns: failed to unpack truncated message source=dns.go:187
We have to revisit the SRV DNS part later.
2016-10-30 16:37:32 +01:00
beorn7
d2f1ace31d
vendoring: re-add snappy/*_other.go files
...
For some reason, govendor doesn't add these files (but it works for
platform dependent files elsewhere).
2016-10-28 16:03:10 +02:00
beorn7
0cc51a5c5d
vendoring: Vendor packages not vendored so far
2016-10-28 15:34:39 +02:00
beorn7
43cddad30b
vendor: Update consul client
...
We were so much behind...
2016-10-28 15:27:00 +02:00
beorn7
5754f5237e
vendoring: Clean up files accidentally left behind
2016-10-28 15:23:59 +02:00
beorn7
56c9e024cb
Update goleveldb vendoring to pick up many bug fixes
...
Including data races and shutdown fixes.
Might be the reason for some reported problems.
2016-10-28 14:58:36 +02:00
beorn7
13c1086f18
Update vendoring of our own Prometheus packages.
...
This most notably updates to v0.8.0 of client_golang.
Also, it unifies the commit of different packages from the same repo.
2016-10-28 14:54:47 +02:00
beorn7
590446434f
Update github.com/miekg/dns to pull in bug fixes.
...
Most notable a race condition.
2016-10-28 14:42:36 +02:00
beorn7
98e6e4fbee
Update github.com/golang/protobuf/proto vendoring
...
This fixes a memory leak in Unmarshal code
2016-10-28 14:33:45 +02:00
Frederic Branczyk
e6dc9b05d5
vendor: update govalidator package ( #2125 )
...
Fixes #2025
2016-10-28 14:16:36 +02:00
Frederic Branczyk
04dfd2fab3
vendor: update govalidator package ( #2125 )
...
Fixes #2025
2016-10-27 09:55:42 +01:00
Fabian Reinartz
1df905ea42
vendor: add testing require dependencies
2016-10-17 11:04:52 +02:00
Fabian Reinartz
7c439a9060
kubernetes: use and vendor 1.5 client
2016-10-17 10:32:10 +02:00
Julius Volz
4f79072fd1
Update common/route vendoring for contextFn errors
2016-10-02 23:04:03 +02:00
Julius Volz
c0889fd92e
Merge pull request #2032 from prometheus/separate-chunk-package
...
storage: separate chunk package, publish more names
2016-10-02 20:48:08 +02:00
Julius Volz
50b5837a63
Update github.com/prometheus/common/model vendoring
2016-09-28 23:42:45 +02:00
Julius Volz
0c64ad1a3d
Merge pull request #2012 from prometheus/context-consolidation
...
api: Consolidate web API contexts
2016-09-28 14:38:39 +02:00
Fabian Reinartz
57b358b82a
vendor: update govalidator ( #2023 )
...
Fixes #2022
2016-09-23 01:06:51 +02:00
Julius Volz
766074568e
Update vendoring of github.com/prometheus/common/route
2016-09-21 03:22:14 +02:00
Julius Volz
d8ce6e5849
Update vendoring.
2016-08-30 17:19:18 +02:00
Brian Brazil
72475cfa84
Update vendoring
2016-08-30 17:19:18 +02:00
beorn7
25385aafcb
Explicitly add logging flags to our custom flag set
...
In https://github.com/prometheus/prometheus/pull/1782 , we moved to a
custom flag set to avoid getting test flags into the main prometheus
binary. However, that removed the logging flags, too. This commit
updates the vendoring to a version of the log package that allows
adding the log flags to our flag set explicitly.
2016-07-20 17:27:39 +02:00
Fabian Reinartz
7d441abd7b
vendor: update prometheus org dependencies
2016-07-04 11:09:06 +02:00
Fabian Reinartz
e4e8479716
vendor: add missing liencse/patent notices
2016-07-04 11:06:26 +02:00
Fabian Reinartz
bc506ce959
vendor: update goleveldb dependencies
2016-07-04 10:08:49 +02:00
Fabian Reinartz
e2bc30585f
vendor: update common/expfmt
...
Update the exposition library to drop the JSON format decoding.
2016-06-23 17:21:06 +02:00
Ali Reza
5e2b197a00
Update vendoring for github.com/prometheus/common/log
2016-05-27 00:20:54 +07:00