Skip to content

v0.2.0

Compare
Choose a tag to compare
@psycofdj psycofdj released this 06 Apr 15:02
· 114 commits to master since this release

Changelog

  • new strategy for metrics updates with ⚠️ breaking changes ⚠️
    • credhub is queried and metrics are written in a background routine every configured intervals (default 6h)
    • metrics are reset on each loop
    • prometheus can be configured to scrape the exporter every minutes or so
  • flag --metrics.udpate-interval ($CREDHUB_EXPORTER_METRICS_UPDATE_INTERVAL) has been added
  • flag --flush-metrics-cache has been removed since it's now the default and only behaviour
  • internal golang dependencies updated