0.2.0
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:
namespace
is a constant prefix (stackdriver
)subsystem
is the normalized monitored resource type (iegce_instance
)name
is the normalized metric type (iecompute_googleapis_com_instance_cpu_usage_time
)
- Labels attached to each metric are an aggregation of:
- the
unit
in which the metric value is reported - the metric type labels (see Metrics List)
- the monitored resource labels (see Monitored Resource Types)
- the