Ganesh Vernekar
ca93fd544b
/api/v1/labels endpoint for getting all label names ( #4835 )
...
* vendor: update tsdb
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* /api/v1/labels endpoint
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* regex matchers for API
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Add docs
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Matchers behaving as OR
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Removed the matchers
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* vendor: update tsdb using go mod
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* vendor update: tsdb
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Added LabelNames() to storage.Querier
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Test for api.labelNames
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
* Nits
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
6 years ago
Simon Pasquier
46cdf0b674
vendor: fix k8s.io/client-go version
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
7465118a2c
Fix errors in the vendor/ directory ( #4781 )
...
* vendor: fix revision for google.golang.org/grpc packages
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for google.golang.org/genproto/googleapis/rpc/status
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/petermattis/goid
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/davecgh/go-spew/spew
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/ghodss/yaml
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/golang/glog
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/google/gofuzz
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/pmezard/go-difflib/difflib
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for github.com/sasha-s/go-deadlock
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: fix revision for gopkg.in/inf.v0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: remove unused packages from vendor.json
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor: commit vendor/ after running govendor sync
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
790876da60
go get honnef.co/go/tools/cmd/staticcheck in a temp dir
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
c141833d45
*: use staticcheck@next to support Go modules
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
80de93b6af
*: support for Go modules
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
c706b416bd
vendor: run 'go mod vendor' from scratch
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
f02c64fe5e
vendor: commit vendor/ after running govendor sync
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
7a35325d4e
vendor: remove unused packages from vendor.json
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
ae47fc2aca
vendor: fix revision for gopkg.in/inf.v0
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
2fc8b37807
vendor: fix revision for github.com/sasha-s/go-deadlock
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
b718d25fee
vendor: fix revision for github.com/pmezard/go-difflib/difflib
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
79b5203a78
vendor: fix revision for github.com/google/gofuzz
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
9a88ec93af
vendor: fix revision for github.com/golang/glog
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
ddcf94881e
vendor: fix revision for github.com/ghodss/yaml
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
8c754c88fd
vendor: fix revision for github.com/davecgh/go-spew/spew
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
9ee6aa6fc4
vendor: fix revision for github.com/petermattis/goid
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
c21f9c0200
vendor: fix revision for google.golang.org/genproto/googleapis/rpc/status
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Simon Pasquier
79a4269f73
vendor: fix revision for google.golang.org/grpc packages
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Krasi Georgiev
73fba6d0e4
update tsdb ( #4692 )
...
removed unused code
metrics for WAL operations
minor variable renamings to improve readability
now using the common.Makefile
fixed the total NumTombstones count Stats
Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
6 years ago
beorn7
02cda044bb
Update prometheus/client_golang vendoring
...
This is mostly required to fix a bug with histograms on 32bit platforms.
Signed-off-by: beorn7 <beorn@soundcloud.com>
6 years ago
Goutham Veeramachaneni
c305ffaa09
release 2.4.2 ( #4636 )
...
* vendor: Update prometheus/tsdb
This time, properly
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
* release 2.4.2
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
6 years ago
Goutham Veeramachaneni
5a24560d2b
vendor: update prometheus/tsdb ( #4631 )
...
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
6 years ago
Camille Janicki
b035ea0ea9
Change discovery subpackages to not use testify in tests ( #4612 )
...
* Change discovery subpackages to not use testify in tests
Signed-off-by: Camille Janicki <camille.janicki@gmail.com>
* Remove testify suite from vendor dir
Signed-off-by: Camille Janicki <camille.janicki@gmail.com>
6 years ago
beorn7
5e4a76e66b
Update vendoring of client_golang and friends
...
Signed-off-by: beorn7 <beorn@soundcloud.com>
6 years ago
Simon Pasquier
3581377e5d
Replace go-bindata with vfsgen ( #4430 )
...
Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features.
In particular:
- Reproducible builds (no issue with timestamping).
- Well maintained and relatively popular.
- Integration with go generate.
- Self-contained (no external dependency).
* [WIP] Replace go-bindata by vfsgen
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Add license + remove doc.go
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Generate templates assets
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Use new templates assets
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* split static assets
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Idempotent make assets
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Update vendor/
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendor vfsgendev
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Update README.md
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Simplify assets generation
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Fix README.md
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Use generate helper program instead of vfsgen
This avoids installing vfsgendev in the target environment.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Remove unused vfsgen package
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Fix Makefile
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* vendoring shurcooL/vfsgen
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Fix go generate command
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Sync web/ui/assets_vfsdata.go
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Fabian Reinartz
817e379a0e
vendor: update TSDB
...
Signed-off-by: Fabian Reinartz <freinartz@google.com>
6 years ago
jojohappy
b33f48920c
Fixed remove unused package & fetch golang.org/x/text
...
Signed-off-by: jojohappy <sarahdj0917@gmail.com>
6 years ago
jojohappy
21e50a3f9d
Upgrade k8s client to kubernetes-1.11.0
...
Signed-off-by: jojohappy <sarahdj0917@gmail.com>
6 years ago
Chih-Hung Yeh
912d19fb85
Add 3 commands in `promtool` for getting debug information from prometheus server ( #4247 )
...
`debug all` - all information
`debug metrics` - metrics information
`debug pprof` - profiling information
the final result is compressed in a `tar.gz` file
Signed-off-by: chyeh <chyeh.taiwan@gmail.com>
6 years ago
Ivan Voronchihin
1c6f2a1b68
Update aws-sdk-go ( #4153 )
...
Signed-off-by: bege13mot <bege13mot@gmail.com>
6 years ago
Ivan Voronchihin
59d214d277
Update autorest vedoring ( #4147 )
...
Signed-off-by: bege13mot <bege13mot@gmail.com>
6 years ago
Sneha Inguva
295a95329e
Update vendoring of Prometheus Go client ( #4283 )
...
This is to pickup changes from
https://github.com/prometheus/client_golang/pull/414 . It leads to
better error output in promtool.
Signed-off-by: Sneha Inguva <singuva@digitalocean.com>
6 years ago
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>
6 years ago
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>
6 years ago
Brian Brazil
fc2a9c986b
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>
6 years ago
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>
6 years ago
Fabian Reinartz
32324f79c7
vendour: update prometheus/tsdb
...
Signed-off-by: Fabian Reinartz <freinartz@google.com>
7 years ago
Krasi Georgiev
229f4e63f7
update tsdb
...
Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
7 years ago
Adam Shannon
ea761c5ab9
update vendor'd github.com/prometheus/common
...
Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
7 years ago
Nathan Graves
5b27996cb3
Include GCE labels during service discovery. Updated vendor files for Google API. ( #4150 )
...
Signed-off-by: Nathan Graves <nathan.graves@kofile.us>
7 years ago
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
7 years ago
Yecheng Fu
9bc6ced55d
Refactor Kubernetes Discovery Part 1: Add Vendor files.
...
Signed-off-by: Yecheng Fu <cofyc.jackson@gmail.com>
7 years ago
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>
7 years ago
Krasi Georgiev
7679bc169d
remove unused vendored packages
...
Signed-off-by: Krasi Georgiev <krasi.root@gmail.com>
7 years ago
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>
7 years ago
Sneha Inguva
cbfb207cca
vendor: correctly update golang client ( #4056 )
7 years ago
Manos Fokas
25f929b772
Yaml UnmarshalStrict implementation. ( #4033 )
...
* Updated yaml vendor package.
* remove checkOverflow duplicate in rulefmt
* remove duplicated HTTPClientConfig.Validate()
* Added yaml static check.
7 years ago
Krasi Georgiev
dfd6709a44
update common package ( #4015 )
7 years ago
Ben Kochie
0f37c02343
Update vendor golang.org/x/...
...
Update vendor golang.org/x/sys/unix
Update vendor golang.org/x/net/...
7 years ago