- Fix bugs in Prometheus exporter. Use ordered list for histogram buckets.
Use
UnknownMetricFamily
forSumData
instead ofUntypedMetricFamily
. Check if label keys and values match before exporting. - Remove min and max from Distribution.
- Replace stackdriver
gke_container
resources, see the GKE migration notes for details
Released 2019-01-18
- Fix multiple stackdriver and prometheus exporter bugs
- Increase size of trace batches and change transport behavior on exit (#452)
Released 2019-01-16
- Fix a bug in the stackdriver exporter that caused spans to be exported individually (#425)
- Add this changelog