diff --git a/.bingo/prometheus.mod b/.bingo/prometheus.mod index 4040f753f4..5e496c7de9 100644 --- a/.bingo/prometheus.mod +++ b/.bingo/prometheus.mod @@ -20,43 +20,4 @@ replace ( k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0 ) -require ( - github.com/Azure/azure-sdk-for-go v0.0.0-00010101000000-000000000000 // indirect - github.com/Azure/go-autorest v0.0.0-00010101000000-000000000000 // indirect - github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect - github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect - github.com/aws/aws-sdk-go v1.41.15 // indirect - github.com/cockroachdb/cmux v0.0.0-00010101000000-000000000000 // indirect - github.com/cockroachdb/cockroach v0.0.0-00010101000000-000000000000 // indirect - github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect - github.com/go-kit/kit v0.12.0 // indirect - github.com/golang/snappy v0.0.4 // indirect - github.com/googleapis/gnostic v0.0.0-00010101000000-000000000000 // indirect - github.com/gophercloud/gophercloud v0.0.0-00010101000000-000000000000 // indirect - github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect - github.com/hashicorp/consul/api v1.11.0 // indirect - github.com/jpillora/backoff v1.0.0 // indirect - github.com/julienschmidt/httprouter v1.3.0 // indirect - github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect - github.com/oklog/oklog v0.3.2 // indirect - github.com/oklog/run v1.1.0 // indirect - github.com/oklog/ulid v1.3.1 // indirect - github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect - github.com/prometheus/prometheus v2.4.3+incompatible // cmd/prometheus - github.com/prometheus/tsdb v0.0.0-00010101000000-000000000000 // indirect - github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414 // indirect - github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect - github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect - golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect - golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5 // indirect - google.golang.org/api v0.60.0 // indirect - google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145 // indirect - google.golang.org/grpc v1.41.0 // indirect - gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect - gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect - gopkg.in/inf.v0 v0.9.1 // indirect - k8s.io/api v0.0.0-00010101000000-000000000000 // indirect - k8s.io/apimachinery v0.0.0-00010101000000-000000000000 // indirect - k8s.io/client-go v0.0.0-00010101000000-000000000000 // indirect -) +require github.com/prometheus/prometheus v2.4.3+incompatible // cmd/prometheus diff --git a/CHANGELOG.md b/CHANGELOG.md index 35869f0266..191d3a8e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#4731](https://github.com/thanos-io/thanos/pull/4731) Rule: add stateless mode to ruler according to https://thanos.io/tip/proposals-accepted/202005-scalable-rule-storage.md/. Continue https://github.com/thanos-io/thanos/pull/4250. - [#4612](https://github.com/thanos-io/thanos/pull/4612) Sidecar: add `--prometheus.http-client` and `--prometheus.http-client-file` flag for sidecar to connect Prometheus with basic auth or TLS. - [#4848](https://github.com/thanos-io/thanos/pull/4848) Compactor: added Prometheus metric for tracking the progress of retention. +- [#4856](https://github.com/thanos-io/thanos/pull/4856) Mixin: Add Query Frontend Grafana dashboard. ### Fixed