Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 910 Bytes

Changelog

Unreleased

  • Fix bugs in Prometheus exporter. Use ordered list for histogram buckets. Use UnknownMetricFamily for SumData instead of UntypedMetricFamily. 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

0.2.0

Released 2019-01-18

  • Fix multiple stackdriver and prometheus exporter bugs
  • Increase size of trace batches and change transport behavior on exit (#452)

0.1.11

Released 2019-01-16

  • Fix a bug in the stackdriver exporter that caused spans to be exported individually (#425)
  • Add this changelog