It happened quite a few times that some queries failed when Prometheus scrapes metrics from 2 kube-state-metrics instances. This situation can happen briefly when the kube-state-metrics instance is rolled out. It might also be more apparent when automatic sharding of kube-state-metrics is enabled. https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/306 https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/361 Signed-off-by: Simon Pasquier <spasquie@redhat.com>
16 lines
457 B
Modula-2
16 lines
457 B
Modula-2
module github.com/prometheus-operator/kube-prometheus
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Jeffail/gabs v1.4.0
|
|
github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c
|
|
github.com/campoy/embedmd v1.0.0
|
|
github.com/google/go-jsonnet v0.16.1-0.20200703153429-aaf50f5b655f
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.8.0
|
|
k8s.io/apimachinery v0.19.3
|
|
k8s.io/client-go v0.19.3
|
|
)
|