|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.16.0 |
| 6 | + |
| 7 | +# 🎉 OpenTelemetry Collector Contrib v0.16.0 (Beta) 🎉 |
| 8 | + |
| 9 | +The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-collector release](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.16.0) (be sure to check the release notes here as well!). Check out the [Getting Started Guide](https://opentelemetry.io/docs/collector/getting-started/) for deployment and configuration information. |
| 10 | + |
| 11 | +## 🛑 Breaking changes 🛑 |
| 12 | + |
| 13 | +- `honeycomb` exporter: Update to use internal data format (#1689) |
| 14 | + |
| 15 | +## 💡 Enhancements 💡 |
| 16 | + |
| 17 | +- `newrelic` exporter: Add support for span events (#1643) |
| 18 | +- `awsemf` exporter: |
| 19 | + - Add placeholder support in `log_group_name` and `log_stream_name` config (#1623, #1661) |
| 20 | + - Add label matching filtering rule (#1619) |
| 21 | +- `resourcedetection` processor: Add new resource detector for AWS Elastic Beanstalk environments (#1585) |
| 22 | +- `loadbalancing` exporter: |
| 23 | + - Add sort of endpoints in static resolver (#1692) |
| 24 | + - Allow specifying port when using DNS resolver (#1650) |
| 25 | +- Add `batchperresourceattr` helper library that splits an incoming data based on an attribute in the resource (#1694) |
| 26 | +- `alibabacloudlogservice` exporter: |
| 27 | + - Add logs exporter (#1609) |
| 28 | + - Change trace type from opencensus to opentelemetry (#1713) |
| 29 | +- `datadog` exporter: |
| 30 | + - Improve trace exporter performance (#1706, #1707) |
| 31 | + - Add option to only send metadata (#1723) |
| 32 | +- `awsxray` exporter: |
| 33 | + - Add parsing of Python stack traces (#1676) |
| 34 | + - Add collector version to user agent (#1730) |
| 35 | + |
| 36 | +## 🧰 Bug fixes 🧰 |
| 37 | + |
| 38 | +- `loadbalancing` exporter: |
| 39 | + - Fix retry queue for exporters (#1687) |
| 40 | + - Fix `periodicallyResolve` for DNS resolver checks (#1678) |
| 41 | +- `datadog` exporter: Fix status code handling (#1691) |
| 42 | +- `awsxray` exporter: |
| 43 | + - Fix empty traces in X-Ray console (#1709) |
| 44 | + - Stricter requirements for adding http request url (#1729) |
| 45 | + - Fix status code handling for errors/faults (#1740) |
| 46 | +- `signalfx` exporter: |
| 47 | + - Split incoming data requests by access token before enqueuing (#1727) |
| 48 | + - Disable retry on 400 and 401, retry with backoff on 429 and 503 (#1672) |
| 49 | +- `awsecscontainermetrics` receiver: Improve error handling to fix seg fault (#1738) |
| 50 | + |
5 | 51 | ## v0.15.0
|
6 | 52 |
|
7 | 53 | # 🎉 OpenTelemetry Collector Contrib v0.15.0 (Beta) 🎉
|
|
0 commit comments