Skip to content
Snippets Groups Projects
  1. Jul 25, 2020
  2. Jul 23, 2020
  3. Jul 15, 2020
  4. Jul 14, 2020
  5. Jul 13, 2020
  6. Jul 09, 2020
  7. Jul 03, 2020
    • Frederic Branczyk's avatar
      Merge pull request #600 from tkashem/etcd-latency-metrics · bce16b41
      Frederic Branczyk authored
      enable etcd latency metrics in kube-apiserver
      bce16b41
    • 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
  8. Jun 30, 2020
  9. Jun 29, 2020
  10. Jun 26, 2020
  11. Jun 24, 2020
  12. Jun 23, 2020
  13. Jun 22, 2020
  14. Jun 21, 2020
  15. Jun 19, 2020
Loading