Skip to content
Snippets Groups Projects
  1. Nov 18, 2020
  2. Nov 11, 2020
  3. Nov 09, 2020
  4. Nov 06, 2020
  5. Nov 04, 2020
  6. Oct 28, 2020
  7. Oct 26, 2020
  8. Oct 23, 2020
  9. Oct 19, 2020
  10. Oct 02, 2020
  11. Oct 01, 2020
  12. Sep 30, 2020
  13. Sep 22, 2020
  14. Sep 18, 2020
  15. Sep 11, 2020
  16. Sep 10, 2020
  17. Sep 01, 2020
  18. Aug 20, 2020
  19. Aug 19, 2020
  20. Aug 12, 2020
  21. Aug 06, 2020
  22. Jul 31, 2020
  23. Jul 29, 2020
  24. Jul 28, 2020
  25. Jul 27, 2020
  26. Jul 23, 2020
  27. Jul 15, 2020
  28. Jul 13, 2020
  29. Jul 09, 2020
  30. Jul 03, 2020
    • Abu Kashem's avatar
      enable etcd latency metrics in kube-apiserver · 4d6e3d5c
      Abu Kashem authored
      kube-apiserver has a histogram etcd_request_duration_seconds that
      measures latency between the kube-apiserver and etcd instance.
      This metrics is currently dropped by cluster-prometheus. Enable
      this metrics so we have visibility into etcd latency.
      
      We ensured that this does not enable other unwanted metrcis
      
      count by(name) ({name=~"etcd_request.+"})
      
      etcd_request_duration_seconds_bucket
      etcd_request_duration_seconds_count
      etcd_request_duration_seconds_sum
      4d6e3d5c
Loading