Skip to content
Snippets Groups Projects
  1. Oct 26, 2021
  2. Oct 25, 2021
  3. Oct 21, 2021
  4. Oct 18, 2021
  5. Oct 12, 2021
  6. Oct 11, 2021
  7. Oct 05, 2021
  8. Oct 04, 2021
  9. Sep 29, 2021
  10. Sep 28, 2021
  11. Sep 27, 2021
  12. 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
  13. Sep 22, 2021
  14. Sep 20, 2021
  15. Sep 16, 2021
  16. Sep 13, 2021
  17. Sep 07, 2021
  18. Sep 01, 2021
  19. Aug 30, 2021
  20. Aug 25, 2021
  21. Aug 20, 2021
  22. Aug 18, 2021
  23. Aug 17, 2021
  24. Aug 16, 2021
  25. Aug 11, 2021
  26. Aug 02, 2021
  27. Jul 27, 2021
  28. Jul 26, 2021
  29. Jul 22, 2021
  30. 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
    • paulfantom's avatar
      manifests: regenerate · 02454b3f
      paulfantom authored
      02454b3f
  31. Jul 19, 2021
  32. Jul 14, 2021
Loading