Skip to content
Snippets Groups Projects
  1. Sep 18, 2020
  2. Sep 11, 2020
  3. Sep 10, 2020
  4. Sep 01, 2020
  5. Aug 27, 2020
    • Michał Łazowik's avatar
      Support utf8 in external file alertmanager config · 28b717a9
      Michał Łazowik authored
      This could have been achieved either by switching to stringData, or doing
      `std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
      google/jsonnet#575
      
      I went with the former, because it's:
      1. Easier to read existing config
      2. Consistent with the way jsonnet object-based config is written just above
      28b717a9
  6. Aug 20, 2020
  7. Aug 19, 2020
  8. Aug 09, 2020
    • KingJ's avatar
      Thanos Sidecar Exposure and Scraping · c62b9569
      KingJ authored
      Expose the Thanos Sidecar's HTTP metrics and gRPC StoreAPI interfaces via a dedicated service. ClusterIP is set to none to allow for full discovery of all endpoints behind the service via in-cluster DNS. This allows for a new ServiceMonitor to then scrape the metrics available on the Sidecar's HTTP port.
      
      A new service has been used so as to separate out the metrics that Prometheus makes available, and the metrics the Thanos Sidecar makes available. The Thanos Mixins from thanos-io/thanos default to a job label of 'thanos-sidecar', and hence the service here has had this label applied.
      c62b9569
  9. Aug 06, 2020
  10. Aug 05, 2020
  11. Jul 31, 2020
  12. Jul 29, 2020
  13. Jul 28, 2020
  14. Jul 27, 2020
  15. Jul 25, 2020
  16. Jul 23, 2020
  17. Jul 15, 2020
  18. Jul 13, 2020
  19. Jul 09, 2020
  20. 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
      Unverified
      4d6e3d5c
  21. Jun 24, 2020
  22. Jun 22, 2020
  23. Jun 21, 2020
  24. Jun 19, 2020
  25. May 12, 2020
  26. May 11, 2020
  27. May 05, 2020
Loading