Skip to content

Releases: prometheus-community/stackdriver_exporter

0.2.0

13 Aug 14:04
Compare
Choose a tag to compare

Google Stackdriver Prometheus Exporter v0.2.0:

This release introduces a breaking change w/r/t metric's names & labels:

  • Metric's names are normalized according to the Prometheus specification using the following pattern:
    1. namespace is a constant prefix (stackdriver)
    2. subsystem is the normalized monitored resource type (ie gce_instance)
    3. name is the normalized metric type (ie compute_googleapis_com_instance_cpu_usage_time)
  • Labels attached to each metric are an aggregation of:
    1. the unit in which the metric value is reported
    2. the metric type labels (see Metrics List)
    3. the monitored resource labels (see Monitored Resource Types)

0.1.2

12 Aug 11:53
Compare
Choose a tag to compare

Google Stackdriver Prometheus Exporter v0.1.2:

  • Fixes a write on closed channel from early exit on error
  • Increases the monitoring.metrics-interval flag default value to 5m

0.1.1

15 Jul 22:18
Compare
Choose a tag to compare

Google Stackdriver Prometheus Exporter v0.1.1:

  • Fixes a nil pointer dereference

0.1.0

03 Jun 18:37
Compare
Choose a tag to compare

Google Stackdriver Prometheus Exporter v0.1.0: Initial version