- 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
-
Philip Gough authored
Drop deprecated metric to fix failing test. Dropped via https://github.com/kubernetes/kubernetes/pull/103793
-
- Dec 13, 2021
-
-
Arunprasad Rajkumar authored
Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
Prometheus Operator Bot authored
-
- Dec 10, 2021
-
-
Arunprasad Rajkumar authored
This commit removes existing `thanosSelector` and exposes a single config variable `mixin._config.thanos` to customize thanos sidecar mixins. It follows same structure as https://github.com/thanos-io/thanos/blob/d2d74dac9878f633f1fb0e253bcc0b1cdea376d3/mixin/config.libsonnet Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Dec 09, 2021
-
-
sweetpotatoman authored
-
- Dec 06, 2021
-
-
Prometheus Operator Bot authored
-
- Dec 03, 2021
-
-
junot authored
-