Skip to content

Commit

Permalink
Release v0.8.0 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchengsfx authored Aug 12, 2020
1 parent ce8976e commit bb120e7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

## Unreleased

## v0.8.0

# 🎉 OpenTelemetry Collector Contrib v0.8.0 (Beta) 🎉

The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-collector release](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.8.0) (be sure to check the release notes here as well!). Check out the [Getting Started Guide](https://opentelemetry.io/docs/collector/about/) for deployment and configuration information.

## 🚀 New components 🚀

- Receivers
- `prometheusexec` subprocess manager (##499)

## 💡 Enhancements 💡

- `signalfx` exporter
- Add/Update metric translations (#579, #584, #639, #640, #652, #662)
- Add support for calculate new metric translator (#644)
- Add renaming rules for load metrics (#664)
- Update `container.name` to `k8s.container.name` in default translation rule (#683)
- Rename working-set and page-fault metrics (#679)
- `awsxray` exporter
- Translate exception event into xray exception (#577)
- Add ingestion of X-Ray segments via UDP (#502)
- Parse Java stacktrace and populate in xray cause (#687)
- `kubeletstats` receiver
- Add metric_groups option (#648)
- Set datapoint timestamp in receiver (#661)
- Change `container.name` label to `k8s.container.name` (#680)
- Add working-set and page-fault metrics (#666)
- Add basic support for volume metrics (#667)
- `stackdriver` trace exporter: Move to new interface and pdata (#486)
- `metricstranform` processor: Keep timeseries and points in order after aggregation (#663)
- `k8scluster` receiver: Change `container.spec.name` label to `k8s.container.name` (#681)

## 🧰 Bug fixes 🧰

- `azuremonitor` exporter: Correct HTTP status code success mapping (#588)
- `k8scluster` receiver: Fix owner reference in metadata updates (#649)

## v0.7.0

# 🎉 OpenTelemetry Collector Contrib v0.7.0 (Beta) 🎉
Expand Down

0 comments on commit bb120e7

Please sign in to comment.