Skip to content
Snippets Groups Projects
  1. Aug 04, 2021
  2. Aug 03, 2021
  3. Aug 02, 2021
  4. Jul 31, 2021
  5. Jul 28, 2021
  6. Jul 27, 2021
  7. Jul 26, 2021
  8. Jul 24, 2021
  9. Jul 23, 2021
  10. Jul 22, 2021
  11. Jul 21, 2021
  12. Jul 20, 2021
    • Paweł Krupa's avatar
      Merge pull request #1250 from PhilipGough/MON-1741 · cd4438ed
      Paweł Krupa authored
      jsonnet: Drop cAdvisor metrics without (pod, namespace) label pairs.
      cd4438ed
    • 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
Loading