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