Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
    • seph's avatar
      Set default scrape values · 596b8697
      seph authored
      We default to a 30s scrapeInterval, we may as well also set scrapeTimeout to the same.
      596b8697
    • seph's avatar
      Resource config now in config.kubeStateMetrics · 358c8477
      seph authored
      As requested, this updates the resource specification to live directly in config.kubeStateMetrics
      
      It also clarifies the config variables. These names are what google uses in some of their tooling.
      
      (And a slight tweak to the way collectors are specified)
      358c8477
    • seph's avatar
      Configure kube-state-metrics · b6e7d708
      seph authored
      As I work with kube-state-metrics in a large cluster, I found I needed to make some adjustments.
      
      - Expose the collectors, allowing one to configure exclusions. 
      
      - Expose the addon_resizer parameters, facilitating reproduce adjustments
      
      - Allow adjusting scrapeTimeout and scrapeInterval
      b6e7d708
  2. Jul 10, 2018
  3. Jul 09, 2018
  4. Jul 08, 2018
  5. Jul 04, 2018
  6. Jul 03, 2018
  7. Jul 02, 2018
  8. Jul 01, 2018
  9. Jun 30, 2018
  10. Jun 28, 2018
  11. Jun 27, 2018
  12. Jun 26, 2018
  13. Jun 25, 2018
    • Max Leonard Inden's avatar
      kube-prometheus/Makefile: Change target output from files to folder · 22066b47
      Max Leonard Inden authored
      Previously the `manifests` and `vendor` folder content has been build
      via `manifests/**` and `vendor/**` target definitions. This results in
      two issues:
      
      1. The GNU Make recipe is executed for every single file in the folders.
      
      2. Not all timestamps inside the `manifests` folder would be updated on
      every run, thereby needing to be rerun on all following target
      executions.
      
      Solution:
      
      1. Define the target based on the folder, not individual files
      
      2. Remove target folder before execution recipe to ensure all timestamps
      are updated.
      22066b47
    • Frederic Branczyk's avatar
      63129980
  14. Jun 22, 2018
  15. Jun 18, 2018
  16. Jun 15, 2018
  17. Jun 14, 2018
  18. Jun 12, 2018
  19. Jun 11, 2018
  20. Jun 07, 2018
Loading