kube-prometheus: bump various versions
This commit is contained in:
@@ -86,7 +86,7 @@ groups:
|
|||||||
}} are slow
|
}} are slow
|
||||||
summary: slow HTTP requests
|
summary: slow HTTP requests
|
||||||
- alert: EtcdMemberCommunicationSlow
|
- alert: EtcdMemberCommunicationSlow
|
||||||
expr: histogram_quantile(0.99, rate(etcd_network_member_round_trip_time_seconds_bucket[5m]))
|
expr: histogram_quantile(0.99, rate(etcd_network_peer_round_trip_time_seconds_bucket[5m]))
|
||||||
> 0.15
|
> 0.15
|
||||||
for: 10m
|
for: 10m
|
||||||
labels:
|
labels:
|
||||||
|
@@ -11,7 +11,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:4.5.2
|
image: grafana/grafana:4.6.3
|
||||||
env:
|
env:
|
||||||
- name: GF_AUTH_BASIC_ENABLED
|
- name: GF_AUTH_BASIC_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
|
@@ -6,4 +6,4 @@ metadata:
|
|||||||
alertmanager: main
|
alertmanager: main
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
version: v0.9.1
|
version: v0.13.0
|
||||||
|
@@ -11,7 +11,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:4.5.2
|
image: grafana/grafana:4.6.3
|
||||||
env:
|
env:
|
||||||
- name: GF_AUTH_BASIC_ENABLED
|
- name: GF_AUTH_BASIC_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
|
@@ -42,7 +42,7 @@ spec:
|
|||||||
memory: 40Mi
|
memory: 40Mi
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
- name: kube-state-metrics
|
- name: kube-state-metrics
|
||||||
image: quay.io/coreos/kube-state-metrics:v1.2.0-rc.0
|
image: quay.io/coreos/kube-state-metrics:v1.2.0
|
||||||
args:
|
args:
|
||||||
- "--host=127.0.0.1"
|
- "--host=127.0.0.1"
|
||||||
- "--port=8081"
|
- "--port=8081"
|
||||||
|
@@ -17,7 +17,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
hostPID: true
|
hostPID: true
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/prometheus/node-exporter:v0.15.0
|
- image: quay.io/prometheus/node-exporter:v0.15.2
|
||||||
args:
|
args:
|
||||||
- "--web.listen-address=127.0.0.1:9101"
|
- "--web.listen-address=127.0.0.1:9101"
|
||||||
- "--path.procfs=/host/proc"
|
- "--path.procfs=/host/proc"
|
||||||
|
@@ -126,7 +126,7 @@ data:
|
|||||||
}} are slow
|
}} are slow
|
||||||
summary: slow HTTP requests
|
summary: slow HTTP requests
|
||||||
- alert: EtcdMemberCommunicationSlow
|
- alert: EtcdMemberCommunicationSlow
|
||||||
expr: histogram_quantile(0.99, rate(etcd_network_member_round_trip_time_seconds_bucket[5m]))
|
expr: histogram_quantile(0.99, rate(etcd_network_peer_round_trip_time_seconds_bucket[5m]))
|
||||||
> 0.15
|
> 0.15
|
||||||
for: 10m
|
for: 10m
|
||||||
labels:
|
labels:
|
||||||
|
Reference in New Issue
Block a user