Philip Gough
138b7bf9e7
Adjust dropped metrics from cAdvisor
...
This change drops pod-centric metrics without a non-empty 'container' label.
Previously we dropped pod-centric metrics without a (pod, namespace) label set
however these can be critical for debugging.
2021-09-28 10:47:59 +01:00
Philip Gough
0df52893e9
jsonnet: Drop cAdvisor metrics with no (pod, namespace) labels while preserving ability to monitor system services resource usage
...
The following provides a description and cardinality estimation based on the tests in a local cluster:
container_blkio_device_usage_total - useful for containers, but not for system services (nodes*disks*services*operations*2)
container_fs_.* - add filesystem read/write data (nodes*disks*services*4)
container_file_descriptors - file descriptors limits and global numbers are exposed via (nodes*services)
container_threads_max - max number of threads in cgroup. Usually for system services it is not limited (nodes*services)
container_threads - used threads in cgroup. Usually not important for system services (nodes*services)
container_sockets - used sockets in cgroup. Usually not important for system services (nodes*services)
container_start_time_seconds - container start. Possibly not needed for system services (nodes*services)
container_last_seen - Not needed as system services are always running (nodes*services)
container_spec_.* - Everything related to cgroup specification and thus static data (nodes*services*5)
2021-08-30 12:29:32 +01:00
paulfantom
e1ad2ddf55
jsonnet: pin to correct etcd commit
2021-03-05 19:12:39 +01:00
Paweł Krupa
4dbc23c923
Merge pull request #980 from patricio-dorantes/hotfix/etcd-route-fix
2021-03-05 15:37:36 +01:00
Patricio M Dorantes Jamarne
1ae6f1b679
missing /etcd/
2021-02-25 09:25:23 -06:00
Patricio M Dorantes Jamarne
60c33ff10a
fix etcd mixin new path
2021-02-24 20:31:19 -06:00
Simon Rüegg
da8928452e
[release-0.7] Pin Jsonnet dependencies
...
Pin all Jsonnet dependencies to current commit SHA.
Signed-off-by: Simon Rüegg <simon@rueggs.ch >
2021-02-24 13:49:29 +01:00
Michael Freund
e3bc5885bc
fixing release-0.7 etcd repository
...
as in
#935
#934
for
https://github.com/prometheus-operator/kube-prometheus/issues/933
2021-02-22 11:34:53 +01:00
Ajit
8d57dedf8e
Fix #946
...
Fix for service names
2021-02-16 14:30:18 +01:00
Alexandre Veyrenc
093ff90c3c
Fix scheduler and controller selectors for Kubespray
2021-02-05 11:42:30 +01:00
Damien Grisonnet
df8ef58246
jsonnet,manifests: pin jsonnet deps in release-0.7
...
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com >
2020-12-10 15:02:28 +01:00
Damien Grisonnet
6a05efd636
Cut release-0.7
...
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com >
2020-12-10 09:55:20 +01:00
Lili Cosic
456b87c3f1
jsonnet/kube-prometheus/jsonnetfile.json: Bump prometheus-operator to 0.44
2020-12-07 11:54:25 +01:00
Frederic Branczyk
8eac39f35d
Merge pull request #823 from paulfantom/alertmanager-mixin
...
use alertmanager-mixin instead of alerts baked in kube-prometheus
2020-12-04 10:48:11 +01:00
paulfantom
d4ca837790
use alertmanager-mixin instead of alerts baked in kube-prometheus
2020-12-04 10:11:31 +01:00
Frederic Branczyk
ca2f2d5e61
jsonnet: Fix affinity order dependency
2020-12-04 10:10:05 +01:00
Frederic Branczyk
d748fe4d96
Add GKE patch
2020-12-04 09:22:49 +01:00
Samuel Lockart
c02e0c0e31
make the alert rule better represent the alert
2020-12-01 09:18:31 +11:00
Frederic Branczyk
5282761710
Merge pull request #816 from simonpasquier/add-thanos-sidecar-alerts
...
Add Thanos sidecar alerts
2020-11-27 18:08:00 +01:00
Simon Pasquier
874be477b4
Thanos sidecar: use fields from the prometheus object
...
Instead of name and namespace fields coming from the global config.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-11-27 17:05:55 +01:00
Simon Pasquier
297b6817a4
Add Thanos sidecar alerts
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-11-27 15:18:31 +01:00
paulfantom
d2f051745e
jsonnet/kube-prometheus: update grafana version to 7.3.4
2020-11-27 10:27:53 +01:00
Frederic Branczyk
37107791d4
Merge pull request #811 from kakkoyun/fix_anti_affinity
...
Fix wrong indentation for affinity rule
2020-11-26 14:11:40 +01:00
Frederic Branczyk
41a973d0cf
Merge pull request #803 from paulfantom/kube-rbac-proxy-uid
...
Fix kube rbac proxy UID and GID
2020-11-26 14:09:29 +01:00
Kemal Akkoyun
6ec37c8be6
Fix wrong indentation for affinity rule
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-26 12:48:48 +03:00
Frederic Branczyk
6b9502c5f4
Merge pull request #805 from paulfantom/runbooks
...
jsonnet/kube-prometheus: change runbook urls to point to wiki
2020-11-26 10:39:14 +01:00
Sergiusz Urbaniak
b9c95f02f1
Merge pull request #796 from paulfantom/cpu_steal
...
CPU steal time shouldn't be counted into CPU usage
2020-11-25 14:25:40 +01:00
Mike Kamornikov
a05f39b65d
bump grafana version to 7.1.5
2020-11-25 15:50:11 +03:00
paulfantom
d2fb1de1d2
jsonnet/kube-prometheus: change runbook urls to point to wiki
2020-11-23 13:20:19 +01:00
Sergiusz Urbaniak
0534d14813
Merge pull request #800 from kehao95/external-metrics
...
Provide external-metrics as an add-on
2020-11-23 12:41:17 +01:00
Paweł Krupa
d7eadef17d
Merge pull request #794 from kakkoyun/ksonnet_no_more_16
...
Remove ksonnet from prometheus/prometheus.libsonnet
2020-11-23 11:45:15 +01:00
Paweł Krupa
93e4b70d2c
Merge pull request #799 from kakkoyun/ksonnet_no_more_19
...
Remove last ksonnet reference and direct dependency
2020-11-23 11:44:48 +01:00
Paweł Krupa
2a3981b75c
Merge pull request #798 from kakkoyun/ksonnet_no_more_18
...
Remove ksonnet from kube-prometheus/kube-prometheus.libsonnet
2020-11-23 11:44:25 +01:00
paulfantom
befa960a1e
jsonnet/kube-prometheus: kube-rbac-proxy should run as UID 65532
2020-11-23 11:26:47 +01:00
Hao Ke
916b0ef90e
provide external-metrics addon
2020-11-20 13:44:51 -05:00
Kemal Akkoyun
a82a5b1d35
Remove last ksonnet reference and direckt dependency
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-20 17:11:47 +01:00
Kemal Akkoyun
28d661a5fc
Fix formatting
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-20 17:10:42 +01:00
Kemal Akkoyun
2138463b1f
Remove ksonnet from kube-prometheus/kube-prometheus.libsonnet
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-20 17:01:44 +01:00
Kemal Akkoyun
6430acf980
Remove ksonnet from prometheus-adapter/prometheus-adapter.libsonnet
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-20 16:49:34 +01:00
Kemal Akkoyun
31185dc8aa
Address review issues
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-20 16:08:40 +01:00
paulfantom
87ddb30a41
jsonnet: do not count CPU steal time in CPU usage rules
2020-11-20 12:18:14 +01:00
Kemal Akkoyun
5a610adc8c
Remove ksonnet from prometheus/prometheus.libsonnet
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-18 17:39:46 +01:00
Kemal Akkoyun
5005f4ac2e
Remove ksonnet from node-exporter/node-exporter.libsonnet
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-18 16:49:47 +01:00
Lili Cosic
e667d85de8
Merge pull request #760 from kakkoyun/ksonnet_no_more_3
...
Remove ksonnet from jsonnet/kube-prometheus
2020-11-18 10:16:42 +01:00
Paweł Krupa
b75a8a2efa
Merge pull request #781 from philschleier/master
...
Revert kubeadm selector and replace nodePort
2020-11-16 14:27:19 +01:00
Paweł Krupa
64fd5ac304
Merge pull request #786 from kakkoyun/fix_typo
...
Fix typo that introduced in recent ksonnet removal
2020-11-16 13:41:45 +01:00
Paweł Krupa
09eb11bdbb
Merge pull request #769 from kakkoyun/ksonnet_no_more_12
2020-11-16 13:41:10 +01:00
Kemal Akkoyun
c90d8a02a9
Address review issues
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-16 09:20:44 +01:00
Kemal Akkoyun
8d8c45c4dd
Remove ksonnet from kube-prometheus
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-16 09:12:00 +01:00
Kemal Akkoyun
739200dea3
Fix typo
...
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com >
2020-11-16 09:03:35 +01:00