- Jul 22, 2021
-
-
Manuel Rüger authored
Signed-off-by:
Manuel Rüger <manuel@rueg.eu>
-
Damien Grisonnet authored
jsonnet/kube-prometheus: point to runbooks.prometheus-operator.dev
-
Damien Grisonnet authored
.github: add PR template
-
paulfantom authored
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- Jul 21, 2021
-
-
Paweł Krupa authored
Alerts best practices
-
- Jul 20, 2021
-
-
Paweł Krupa authored
jsonnet: Drop cAdvisor metrics without (pod, namespace) label pairs.
-
Philip Gough authored
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)
-
paulfantom authored
-
paulfantom authored
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- Jul 19, 2021
-
-
Paweł Krupa authored
[bot] Automated version update
-
paulfantom authored
-
Paweł Krupa authored
update doc on Prometheus rule updates since release 0.8
-
Paweł Krupa authored
eks: Relabel instance with node name for CNI DaemonSet
-
Paweł Krupa authored
-
- Jul 17, 2021
-
-
Maxime Brunet authored
-
- Jul 15, 2021
-
-
Nicolas Degory authored
Signed-off-by:
Nicolas Degory <ndegory@axway.com>
-
- Jul 14, 2021
-
-
Arthur Silva Sens authored
Update kubernetes-mixin
-
ben.ye authored
Signed-off-by:
ben.ye <ben.ye@bytedance.com>
-
ben.ye authored
Signed-off-by:
ben.ye <ben.ye@bytedance.com>
-
ben.ye authored
Signed-off-by:
ben.ye <ben.ye@bytedance.com>
-
- Jul 08, 2021
-
-
Paweł Krupa authored
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- Jul 07, 2021
-
-
Damien Grisonnet authored
Consolidate intervals used in prometheus-adapter CPU queries
-
Damien Grisonnet authored
*: add "update" target to makefile and use it in automatic updater
-
Paweł Krupa authored
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl>
-
- Jul 06, 2021
-
-
Philip authored
-
Paweł Krupa authored
apply make fmt fixes to migration readme extracts
-
Paul Sweeney authored
-
Paweł Krupa authored
add example release-0.3 to release-0.8 migration to docs
-
Paul Sweeney authored
-
- Jul 05, 2021
-
-
Damien Grisonnet authored
Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
Damien Grisonnet authored
Previously, prometheus-adapter configuration wasn't taking into account the scrape interval of kubelet, node-exporter and windows-exporter leading to getting non fresh results, and even negative results from the CPU queries when the irate() function was extrapolating data. To fix that, we want to set the interval used in the irate() function in the CPU queries to 4x scrape interval in order to extrapolate data between the last two scrapes. This will improve the freshness of the cpu usage exposed and prevent incorrect extrapolations. Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
Paweł Krupa authored
jsonnet: kube-prometheus adapt to changes to veth interfaces names
-
Paul Sweeney authored
Co-authored-by:
Paweł Krupa <pawel@krupa.net.pl>
-
Paweł Krupa authored
Fix make manifests not building every time
-