Skip to content
Snippets Groups Projects
  1. Nov 06, 2020
  2. Nov 04, 2020
  3. Oct 28, 2020
  4. Oct 26, 2020
  5. Oct 23, 2020
  6. Oct 19, 2020
  7. Oct 02, 2020
  8. Oct 01, 2020
  9. Sep 18, 2020
  10. Sep 11, 2020
  11. Sep 10, 2020
  12. Sep 01, 2020
  13. 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
  14. Aug 20, 2020
  15. Aug 19, 2020
  16. 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
  17. Aug 06, 2020
  18. Aug 05, 2020
  19. Jul 31, 2020
  20. Jul 29, 2020
  21. Jul 28, 2020
  22. Jul 27, 2020
  23. Jul 25, 2020
  24. Jul 23, 2020
  25. Jul 15, 2020
  26. Jul 13, 2020
  27. Jul 09, 2020
  28. 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
  29. Jun 24, 2020
  30. Jun 22, 2020
Loading