Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Mar 11, 2019
1 parent a9c7d2d commit 6ffcfe0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

## 0.3.0
Released 2019-03-11

- Fix gRPC client tracer reuse bug
([#539](https://github.com/census-instrumentation/opencensus-python/pull/539))
- 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.
- Update prometheus client and fix multiple bugs in the exporter
([#492](https://github.com/census-instrumentation/opencensus-python/pull/492))
- Remove min and max from `Distribution`
([#501](https://github.com/census-instrumentation/opencensus-python/pull/501))
- Replace stackdriver `gke_container` resources, see the [GKE migration
notes](https://cloud.google.com/monitoring/kubernetes-engine/migration#incompatible)
for details
Expand Down

0 comments on commit 6ffcfe0

Please sign in to comment.