- Oct 26, 2021
-
-
Andrei Nistor authored
-
- Oct 25, 2021
-
-
paulfantom authored
-
Prometheus Operator Bot authored
-
- Oct 21, 2021
-
-
Haoyu Sun authored
-
paulfantom authored
-
- Oct 18, 2021
-
-
dgrisonnet authored
-
- Oct 12, 2021
-
-
Markus Heinemann authored
-
- Oct 11, 2021
-
-
dgrisonnet authored
-
- Oct 05, 2021
-
-
Haoyu Sun authored
-
- Oct 04, 2021
-
-
dgrisonnet authored
-
- Sep 29, 2021
-
-
Damien Grisonnet authored
The current implementation of prometheus-adapter exposes a lot of metrics about the health of its aggregated apiserver. The issue is that the some of these metrics are not very useful in the context of prometheus-adapter, and we currently can't avoid exposing them since they are registered to the Kubernetes global Prometheus registry. Until this is improved in upstream Kubernetes, we could benefit from dropping some of the metrics that are not very useful. Before this change, in a default kube-prometheus installation, we would have 800+ series for prometheus-adapter against 400+, so we divided the number of series by two will focusing on the most valuable metrics for prometheus-adapter. Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
Jan Fajerski authored
In version [node-exporter v1.2.0](https://github.com/prometheus/node_exporter/releases/tag/v1.2.0 ) two argument name changes were introduced. While the old names still work (with a deprecation warning), lets use the new names. Signed-off-by:
Jan Fajerski <jfajersk@redhat.com>
-
- Sep 28, 2021
-
-
simonpasquier authored
-
- Sep 27, 2021
-
-
Philip Gough authored
-
dgrisonnet authored
-
- Sep 24, 2021
-
-
Philip Gough authored
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.
-
- Sep 22, 2021
-
-
Philip Gough authored
-
- Sep 20, 2021
-
-
dgrisonnet authored
-
- Sep 16, 2021
-
-
Sylvain Pasche authored
Since https://github.com/brancz/kubernetes-grafana/pull/115, upstream grafana contains a non-empty config. Generate the grafana-config secret unconditionally even if no user config is passed.
-
- Sep 13, 2021
-
-
dgrisonnet authored
-
- Sep 07, 2021
-
-
dgrisonnet authored
-
- Sep 01, 2021
-
-
Arunprasad Rajkumar authored
Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Aug 30, 2021
-
-
dgrisonnet authored
-
- Aug 25, 2021
-
-
simonpasquier authored
-
- Aug 20, 2021
-
-
Damien Grisonnet authored
Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
- Aug 18, 2021
-
-
Damien Grisonnet authored
Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
- Aug 17, 2021
-
-
Damien Grisonnet authored
Signed-off-by:
Damien Grisonnet <dgrisonn@redhat.com>
-
dgrisonnet authored
-
- Aug 16, 2021
-
-
paulfantom authored
-
- Aug 11, 2021
-
-
Dimitrije Manic authored
-
- Aug 02, 2021
-
-
dgrisonnet authored
-
- Jul 27, 2021
-
-
Prashant Balachandran authored
-
lanmarti authored
-
- Jul 26, 2021
-
-
paulfantom authored
-
- Jul 22, 2021
-
-
Manuel Rüger authored
Signed-off-by:
Manuel Rüger <manuel@rueg.eu>
-
paulfantom authored
-
- Jul 20, 2021
-
-
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
-
- Jul 19, 2021
-
-
paulfantom authored
-
- Jul 14, 2021
-