Releases: prometheus-community/stackdriver_exporter
Releases · prometheus-community/stackdriver_exporter
0.9.1 / 2020-06-02
- [BUGFIX] Fix report time missing for histogram metrics #94
0.9.0 / 2020-05-26
- [CHANGE] Add stackdriver timestamp to metrics #84
- [CHANGE] Fix collect param name #91
0.8.0 / 2020-05-13
- [CHANGE] Treat failure to collect metric as fatal #83
- [CHANGE] Switch logging to promlog #88
- [FEATURE] Add metrics prefix collect URL param #87
0.7.0 / 2020-05-01
- [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
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)
0.5.1
Google Stackdriver Prometheus Exporter v0.5.1:
Histograms
now provides a sum
(#20)
- Fixes alignment between starttime and endtime (#22)
0.5.0
Google Stackdriver Prometheus Exporter v0.5.0:
- [BACKWARDS INCOMPATIBLE] Switch to kingpin flags to be coherent with other prometheus exporters
- Bumped dependencies (switching from
godep
to dep
)
0.4.1
Google Stackdriver Prometheus Exporter v0.4.1:
- Fixes DELTA metrics being reported as counters instead of gauges
0.4.0
Google Stackdriver Prometheus Exporter v0.4.0:
- Added support to allow offsetting the metrics interval into the past (
monitoring.metrics-offset
flag)
0.3.0
Google Stackdriver Prometheus Exporter v0.3.0:
- Add support for
DISTRIBUTION
metric type