|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.25.0 |
| 6 | + |
| 7 | +# 🎉 OpenTelemetry Collector Contrib v0.25.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.25.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 | + |
5 | 11 | ## 🚀 New components 🚀
|
6 | 12 |
|
7 | 13 | - `kafkametricsreceiver` new receiver component for collecting metrics about a kafka cluster - primarily lag and offset. [configuration instructions](receiver/kafkametricsreceiver/README.md)
|
| 14 | +- `file_storage` extension to read and write data to the local file system (#3087) |
| 15 | + |
| 16 | +## 🛑 Breaking changes 🛑 |
| 17 | + |
| 18 | +- `newrelic` exporter (#3091): |
| 19 | + - Removal of common attributes (use opentelemetry collector resource processor to add attributes) |
| 20 | + - Drop support for cumulative metrics being sent to New Relic via a collector |
| 21 | + |
| 22 | +## 💡 Enhancements 💡 |
| 23 | + |
| 24 | +- Update `opentelemetry-log-collection` to v0.17.0 for log receivers (#3017) |
| 25 | +- `datadog` exporter: |
| 26 | + - Add `peer.service` priority instead of `service.name` (#2817) |
| 27 | + - Improve support of semantic conventions for K8s, Azure and ECS (#2623) |
| 28 | +- Improve and batch logs translation for stanza (#2892) |
| 29 | +- `statsd` receiver: Add timing/histogram as OTLP gauge (#2973) |
| 30 | +- `honeycomb` exporter: Add Retry and Queue settings (#2714) |
| 31 | +- `resourcedetection` processor: |
| 32 | + - Add AKS resource detector (#3035) |
| 33 | + - Use conventions package constants for ECS detector (#3171) |
| 34 | +- `sumologic` exporter: Add graphite format (#2695) |
| 35 | +- Add trace attributes to the log entry for stanza (#3018) |
| 36 | +- `splunk_hec` exporter: Send log record name as part of the HEC log event (#3119) |
| 37 | +- `newrelic` exporter (#3091): |
| 38 | + - Add support for logs |
| 39 | + - Performance improvements |
| 40 | + - Optimizations to the New Relic payload to reduce payload size |
| 41 | + - Metrics generated for monitoring the exporter |
| 42 | + - Insert Key vs License keys are auto-detected in some cases |
| 43 | + - Collector version information is properly extracted via the application start info parameters |
8 | 44 |
|
| 45 | +## 🧰 Bug fixes 🧰 |
| 46 | + |
| 47 | +- `splunk_hec` exporter: Fix sending log payload with missing the GZIP footer (#3032) |
| 48 | +- `awsxray` exporter: Remove propagation of error on shutdown (#2999) |
| 49 | +- `resourcedetection` processor: |
| 50 | + - Correctly report DRAGONFLYBSD value (#3100) |
| 51 | + - Fallback to `os.Hostname` when FQDN is not available (#3099) |
| 52 | +- `httpforwarder` extension: Do not report ErrServerClosed when shutting down the service (#3173) |
| 53 | +- `collectd` receiver: Do not report ErrServerClosed when shutting down the service (#3178) |
9 | 54 |
|
10 | 55 | ## v0.24.0
|
11 | 56 |
|
|
0 commit comments