Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
  2. Nov 30, 2021
  3. Nov 01, 2021
  4. Sep 27, 2021
  5. Sep 24, 2021
    • Philip Gough's avatar
      Adjust dropped metrics from cAdvisor · 56f96e63
      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.
      56f96e63
  6. Aug 18, 2021
  7. Jul 20, 2021
    • Philip Gough's avatar
      jsonnet: Drop cAdvisor metrics with no (pod, namespace) labels while... · 463ad065
      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)
      463ad065
  8. May 27, 2021
  9. May 26, 2021
  10. Feb 22, 2021
  11. Feb 09, 2021
  12. Jan 04, 2021
    • Frederic Branczyk's avatar
      kubelet: Revert label selector · cf916082
      Frederic Branczyk authored
      The Kubelet's Service/Endpoints object maintained by the Prometheus
      Operator does not have the recommended app label (yet). Therefore we
      need to use the old label until a Prometheus Operator version has been
      released and integrated in kube-promteheus that does use it.
      cf916082
  13. Dec 16, 2020
  14. Oct 01, 2020
  15. Jul 29, 2020
  16. Jan 14, 2020
  17. Jan 08, 2020
  18. Dec 19, 2019
  19. Dec 17, 2019
  20. Oct 24, 2019
  21. Apr 09, 2019
  22. Feb 06, 2019
  23. Jun 06, 2018
  24. May 06, 2018
  25. Apr 28, 2018
  26. Apr 13, 2018
  27. Jan 19, 2018
  28. Aug 23, 2017
  29. Jul 13, 2017
  30. May 31, 2017
  31. May 09, 2017
  32. Apr 27, 2017
Loading