- [CHANGE] Do not treat failure to collect metrics as fatal #102
- [FEATURE] Add support for multiple google project IDs #105
- [FEATURE] Autodiscover Google Poject ID #62
- [BUGFIX] Fix report time missing for histogram metrics #94
- [CHANGE] Add stackdriver timestamp to metrics #84
- [CHANGE] Fix collect param name #91
- [CHANGE] Treat failure to collect metric as fatal #83
- [CHANGE] Switch logging to promlog #88
- [FEATURE] Add metrics prefix collect URL param #87
- [CHANGE] Remove deprecated
monitoring.New()
use. #76 - [ENHANCEMENT] Server-side selection of project's metrics #53
- [BUGFIX] Ensure metrics are fetched once for each metric descriptor #50
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 prometheus-community#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 prometheus-community#35) - Added a
monitoring.drop-delegated-projects
flag which allows one to disable metrics collection from delegated projects (PR prometheus-community#40) - Fix segmentation fault on missing credentials (PR prometheus-community#42)