0.6.0
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)