CuiHaozhi
b1c18bf29b
discovery openstack: support discovery hosts, add rule option.
...
Signed-off-by: CuiHaozhi <cuihz@wise2c.com>
7 years ago
Joe Martin
7f2402085a
update consul api dependency
7 years ago
Frederic Branczyk
d6a55c3013
vendor: fix mixed versions of gophercloud packages
8 years ago
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.
8 years ago
Stephan Erb
14eee34da3
Update vendored go-zookeeper client ( #2778 )
...
It is likely this will fix #2758 .
8 years ago
Fazal Majid
0e05cccfbd
updated logrus so Prometheus can build on Solaris/Illumos ( #2733 )
8 years ago
jswitzer
713fef292a
vendor: upgrade govalidator to v6 ( #2714 )
...
* vendor: upgrade govalidator to v6
* Upgrade govalidator to latest in master.
* Run govalidator update through govendor
8 years ago
Fabian Reinartz
8d54499e97
vendor: remove leftover dependency
8 years ago
Fabian Reinartz
2ff8855ae6
discovery/k8s: update client library
8 years ago
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.
8 years ago
Conor Broderick
314b81062d
Updated vendoring for log level reporting issue ( #2660 )
8 years ago
beorn7
1ae50b1d1b
vendoring: Update client_golang/prometheus
...
This is mostly required to enable summaries without quantiles
8 years ago
beorn7
92d4cf7663
vendoring: Remove unused packages
8 years ago
Julius Volz
111841a230
Vendor new InfluxDB client library
8 years ago
Tom Wilkie
1ab893c6ec
Limit 'discarding sample' logs to 1 every 10s ( #2446 )
...
* Limit 'discarding sample' logs to 1 every 10s
* Include the vendored library
* Review feedback
8 years ago
Julius Volz
a6d81a9f88
Update vendoring for github.com/prometheus/common/model
8 years ago
beorn7
b4ce5ca925
vendoring: Do not ignore appengine build tags
...
For weird reasons, this excluded github.com/miekg/dns/udp_other.go
from vendoring.
8 years ago
James Hartig
e7ce10d4e5
vendoring: Update github.com/miekg/dns
...
This is needed to get the NameList function to get query names
8 years ago
beorn7
86ec87b78f
vendoring: Update prometheus/common to pull in bug fixes
...
In particular the one for https://github.com/prometheus/common/issues/72 .
8 years ago
beorn7
906c3a2237
Update vendoring for Azure
...
Also, actually record the vendored version in vendor.json.
8 years ago
Erdem Agaoglu
2260079c12
Vendor x/net/netutil
8 years ago
Kraig Amador
ba3fcceaa5
vendoring: updated aws-sdk-go to v1.5.1
8 years ago
beorn7
9a63ff0c32
Update vendoring github.com/miekg/dns
...
This is to pull in bug fixes. However, it also requires code changes,
see next commit.
8 years ago
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.
8 years ago
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).
8 years ago
beorn7
9c60dce1de
vendoring: Update vendor/golang.org/x/sys/unix/ vendoring
...
No immediate need here, but after adding the windows vendoring, we
have different commits vendored from the same repository. To avoid
confusion, this commit brings them in line.
8 years ago
beorn7
0cc51a5c5d
vendoring: Vendor packages not vendored so far
8 years ago
beorn7
43cddad30b
vendor: Update consul client
...
We were so much behind...
8 years ago
beorn7
5754f5237e
vendoring: Clean up files accidentally left behind
8 years ago
beorn7
9d91b9f2a5
vendoring: Update checksum
...
Govendor insisted on changing this checksum. I don't know why.
8 years ago
beorn7
997864a1f4
Update context vendoring
...
Most fixes here are mostly http2, but since I'm suspecting a bug in
the context package, I thought we better go with the current version
to rule out bugs already fixed.
8 years ago
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.
8 years ago
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.
8 years ago
beorn7
590446434f
Update github.com/miekg/dns to pull in bug fixes.
...
Most notable a race condition.
8 years ago
beorn7
98e6e4fbee
Update github.com/golang/protobuf/proto vendoring
...
This fixes a memory leak in Unmarshal code
8 years ago
beorn7
50fb82f987
vendor: Remove duplicate entries for "gopkg.in/yaml.v2" from vendor.json
8 years ago
Frederic Branczyk
e6dc9b05d5
vendor: update govalidator package ( #2125 )
...
Fixes #2025
8 years ago
Frederic Branczyk
04dfd2fab3
vendor: update govalidator package ( #2125 )
...
Fixes #2025
8 years ago
Fabian Reinartz
1df905ea42
vendor: add testing require dependencies
8 years ago
Fabian Reinartz
7c439a9060
kubernetes: use and vendor 1.5 client
8 years ago
Julius Volz
4f79072fd1
Update common/route vendoring for contextFn errors
8 years ago
Julius Volz
50b5837a63
Update github.com/prometheus/common/model vendoring
8 years ago
Fabian Reinartz
57b358b82a
vendor: update govalidator ( #2023 )
...
Fixes #2022
8 years ago
Julius Volz
766074568e
Update vendoring of github.com/prometheus/common/route
8 years ago
Ingo Gottwald
fefcd6eef2
Add deps for google cloud support
8 years ago
Tom Wilkie
e0989fde89
Remove grpc vendoring.
8 years ago
Julius Volz
d8ce6e5849
Update vendoring.
8 years ago
Brian Brazil
72475cfa84
Update vendoring
8 years ago
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.
8 years ago
Fabian Reinartz
7d441abd7b
vendor: update prometheus org dependencies
9 years ago