Skip to content

0.6.0

Compare
Choose a tag to compare
@frodenas frodenas released this 02 Dec 06:27
· 235 commits to master since this release

Google Stackdriver Prometheus Exporter v0.6.0:

  • Added a collector.fill-missing-labels flag to fill missing metrics labels with empty strings in order to avoid label dimensions inconsistent failure (PR #23)
  • Added stackdriver.max-retries, stackdriver.http-timeout, stackdriver.max-backoff, stackdriver.backoff-jitter, andstackdriver.retry-statuses flags to allow exponential backoff and retries on stackdriver api (PR #35)
  • Added a monitoring.drop-delegated-projects flag which allows one to disable metrics collection from delegated projects (PR #40)
  • Fix segmentation fault on missing credentials (PR #42)