|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.31.0 |
| 6 | + |
| 7 | +# 🎉 OpenTelemetry Collector Contrib v0.31.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.31.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 | +- `influxdb` receiver: Removed `metrics_schema` config option (#4277) |
| 14 | + |
| 15 | +## 💡 Enhancements 💡 |
| 16 | + |
| 17 | +- Update to OTLP 0.8.0: |
| 18 | + - Remove use of `IntHistogram` (#4276) |
| 19 | + - Update exporters/receivers for `NumberDataPoint` |
| 20 | +- Remove use of deprecated `pdata` slice `Resize()` (#4203, #4208, #4209) |
| 21 | +- `awsemf` exporter: Added the option to have a user who is sending metrics from EKS Fargate Container Insights to reformat them to look the same as insights from ECS so that they can be ingested by CloudWatch (#4130) |
| 22 | +- `k8scluster` receiver: Support OpenShift cluster quota metrics (#4342) |
| 23 | +- `newrelic` exporter (#4278): |
| 24 | + - Requests are now retry-able via configuration option (defaults to retries enabled). Permanent errors are not retried. |
| 25 | + - The exporter monitoring metrics now include an untagged summary metric for ease of use. |
| 26 | + - Improved error logging to include URLs that fail to post messages to New Relic. |
| 27 | +- `datadog` exporter: Upscale trace stats when global sampling rate is set (#4213) |
| 28 | + |
| 29 | +## 🧰 Bug fixes 🧰 |
| 30 | + |
| 31 | +- `statsd` receiver: Add option to set Counter to be monotonic (#4154) |
| 32 | +- Fix `internal/stanza` severity mappings (#4315) |
| 33 | +- `awsxray` exporter: Fix the wrong AWS env resource setting (#4384) |
| 34 | +- `newrelic` exporter (#4278): |
| 35 | + - Configuration unmarshalling did not allow timeout value to be set to 0 in the endpoint specific section. |
| 36 | + - Request cancellation was not propagated via context into the http request. |
| 37 | + - The queued retry logger is set to a zap.Nop logger as intended. |
| 38 | + |
5 | 39 | ## v0.30.0
|
6 | 40 |
|
7 | 41 | # 🎉 OpenTelemetry Collector Contrib v0.30.0 (Beta) 🎉
|
|
0 commit comments