- Mar 09, 2022
-
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl> Signed-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl> (cherry picked from commit d3ea3147a8fa643413fbcba368c0de88aec8f7eb) (cherry picked from commit d24c347b2742d9474c8f441f2831262c63b8c79b)
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com> (cherry picked from commit df68b8d1da5d2d91b9502d4be67063c2c497e0cb)
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com> (cherry picked from commit 86e16b539cc57710b50f4692848cab5645e3d2bc)
-
Paweł Krupa (paulfantom) authored
(cherry picked from commit b4bf38ba6c0f4ad34bc080b0c655454c3ab1fbdb) (cherry picked from commit c21bf4fbfa478fd163c091054d9fcc98836d7045)
-
paulfantom authored
(cherry picked from commit f8c00b9963cc63a3cf98dd1c825943d4df92d9c4) (cherry picked from commit f09b8e5de2e46db85f090549d37eeb878a81842f)
-
- Mar 07, 2022
-
-
Prometheus Operator Bot authored
-
- Feb 28, 2022
-
-
Prometheus Operator Bot authored
-
- Feb 21, 2022
-
-
Prometheus Operator Bot authored
-
- Feb 17, 2022
-
-
Philip Gough authored
-
- Feb 16, 2022
-
-
Wulf Thimm authored
-
- Feb 15, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Feb 14, 2022
-
-
Wulf Thimm authored
-
Prometheus Operator Bot authored
-
- Feb 11, 2022
-
-
Andreas Dreyer Hysing authored
-
- Feb 10, 2022
-
-
Prometheus Operator Bot authored
-
Philip Gough authored
-
ravilr authored
-
- Feb 07, 2022
-
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com>
-
Prometheus Operator Bot authored
-
- Feb 04, 2022
-
-
Paweł Krupa (paulfantom) authored
-
- Feb 03, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
Arunprasad Rajkumar authored
This is a follow up fix of https://github.com/prometheus-operator/kube-prometheus/pull/1613 . @simonpasquier recommended to sanitize all denylist metrics. Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
Arunprasad Rajkumar authored
The following metrics are missing from kube-state-metrics: - kube_pod_container_status_terminated_reason - kube_pod_init_container_status_terminated_reason - kube_pod_status_scheduled_time Previously, some metrics were removed from kube-state-metrics by adding the following --metric-denylist argument to the kube-state-metrics container ``` --metric-denylist= kube_.+_created, kube_.+_metadata_resource_version, kube_replicaset_metadata_generation, kube_replicaset_status_observed_generation, kube_pod_restart_policy, kube_pod_init_container_status_terminated, kube_pod_init_container_status_running, kube_pod_container_status_terminated, kube_pod_container_status_running, kube_pod_completion_time, kube_pod_status_scheduled ``` --metric-denylist: Comma-separated list of metrics not to be enabled. This list comprises of exact metric names and/or regex patterns. The allowlist and denylist are mutually exclusive. However, all the list of metrics is managed as RegEx, thus "kube_pod_container_status_terminated" denies .*kube_pod_container_status_terminated.*, that's why kube_pod_init_container_status_terminated_reason is missing Co-authored-by:
Florian Gleizes <fgleizes@redhat.com> Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Feb 01, 2022
-
-
Paweł Krupa (paulfantom) authored
Signed-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com>
-
- Jan 31, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
Prometheus Operator Bot authored
-
- Jan 27, 2022
-
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com>
-
- Jan 24, 2022
-
-
Arthur Silva Sens authored
Although containers that do not run as privileged already have this set to false by kubernetes Kubespace [asks us](https://hub.armo.cloud/docs/c-0016 ) to explicitly declare it to false where not needed. Signed-off-by:
Arthur Silva Sens <arthursens2005@gmail.com>
-
Prometheus Operator Bot authored
-
- Jan 10, 2022
-
-
Andrei Nistor authored
* Inhibit info alerts unless other alerts fire * Fix nits
-
- Jan 05, 2022
-
-
Arunprasad Rajkumar authored
Previous PR[1] which deprecated `thanosSelector` accidentally broke the usage of it. This commit restores the old behaviour along with newly introduced `thanos` config variable. [1] https://github.com/prometheus-operator/kube-prometheus/pull/1543 Co-authored-by:
Pawe? Krupa <pawel@krupa.net.pl> Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Jan 04, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
Francesco Ciocchetti authored
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl> Signed-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
-
- Dec 20, 2021
-
-
Prometheus Operator Bot authored
-
Prometheus Operator Bot authored
-
- Dec 17, 2021
-
-
Philip Gough authored
-
Philip Gough authored
-
- Dec 16, 2021
-
-
Philip Gough authored
Deprecated via https://github.com/coredns/coredns/pull/4781
-