|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 |
| -## 💡 Enhancements 💡 |
| 5 | +## v0.28.0 |
| 6 | + |
| 7 | +# 🎉 OpenTelemetry Collector Contrib v0.28.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.28.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 | +## 🚀 New components 🚀 |
| 12 | + |
| 13 | +- `humio` exporter to export data to Humio using JSON over the HTTP [Ingest API](https://docs.humio.com/reference/api/ingest/) |
| 14 | +- `udplog` receiver to receives logs from udp using the [opentelemetry-log-collection](https://github.com/open-telemetry/opentelemetry-log-collection) library |
| 15 | +- `tanzuobservability` exporter to send traces to [Tanzu Observability](https://tanzu.vmware.com/observability) |
6 | 16 |
|
7 |
| -- Enabled Dependabot for Github Actions (#3543) |
8 |
| -======= |
9 | 17 | ## 🛑 Breaking changes 🛑
|
10 | 18 |
|
11 | 19 | - `f5cloud` exporter (#3509):
|
12 | 20 | - Renamed the config 'auth' field to 'f5cloud_auth'. This will prevent a config field name collision when [Support for Custom Exporter Authenticators as Extensions](https://github.com/open-telemetry/opentelemetry-collector/pull/3128) is ready to be integrated.
|
13 | 21 |
|
| 22 | +## 💡 Enhancements 💡 |
| 23 | + |
| 24 | +- Enabled Dependabot for Github Actions (#3543) |
| 25 | +- Change obsreport helpers for receivers to use the new pattern created in Collector (#3439,#3443,#3449,#3504,#3521,#3548) |
| 26 | +- `datadog` exporter: |
| 27 | + - Add logging for unknown or unsupported metric types (#3421) |
| 28 | + - Add collector version tag to internal health metrics (#3394) |
| 29 | + - Remove sublayer stats calc and mutex (#3531) |
| 30 | + - Deduplicate hosts for which we send running metrics (#3539) |
| 31 | + - Add support for summary datatype (#3660) |
| 32 | + - Add datadog span operation name remapping config option (#3444) |
| 33 | + - Update error formatting for error spans that are not exceptions (#3701) |
| 34 | +- `nginx` receiver: Update the nginx metrics to more closely align with the conventions (#3420) |
| 35 | +- `elasticsearch` exporter: Init JSON encoding support (#3101) |
| 36 | +- `jmx` receiver: |
| 37 | + - Allow setting system properties (#3450) |
| 38 | + - Update tested JMX Metric Gatherer release (#3695) |
| 39 | +- Refactor components for the Client Authentication Extensions (#3507) |
| 40 | +- Remove redundant conversion calls (#3688) |
| 41 | +- `storage` extension: Add a `Close` method to Client interface (#3506) |
| 42 | +- `splunkhec` exporter: Add `metric_type` as key which maps to the type of the metric (#3696) |
| 43 | +- `k8s` processor: Add semantic conventions to k8s-tagger for pod metadata (#3544) |
| 44 | +- `kubeletstats` receiver: Refactor kubelet client to internal folder (#3698) |
| 45 | +- `newrelic` exporter (#3690): |
| 46 | + - Updates the log level from error to debug when New Relic rate limiting occurs |
| 47 | + - Updates the sanitized api key that is reported via metrics |
| 48 | +- `filestorage` extension: Add ability to specify name (#3703) |
| 49 | +- `awsemf` exporter: Store the initial value for cumulative metrics (#3425) |
| 50 | +- `awskinesis` exporter: Refactor to allow for extended types of encoding (#3655) |
| 51 | +- `ecsobserver` extension: |
| 52 | + - Add task definition, ec2, and service fetcher (#3503) |
| 53 | + - Add exporter to convert task to target (#3333) |
| 54 | + |
| 55 | +## 🧰 Bug fixes 🧰 |
| 56 | + |
| 57 | +- `awsemf` exporter: Remove delta adjustment from summaries by default (#3408) |
| 58 | +- `alibabacloudlogservice` exporter: Sanitize labels for metrics (#3454) |
| 59 | +- `statsd` receiver: Fix StatsD drop metrics tags when using summary as observer_type for timer/histogram (#3440) |
| 60 | +- `awsxray` exporter: Restore setting of Throttle for HTTP throttle response (#3685) |
| 61 | +- `awsxray` receiver: Fix quick start bug (#3653) |
| 62 | +- `metricstransform` processor: Check all data points for matching metric label values (#3435) |
14 | 63 |
|
15 | 64 | ## v0.27.0
|
16 | 65 |
|
@@ -38,8 +87,7 @@ The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-co
|
38 | 87 | - `metricstransform` processor: Add filtering capabilities matching metric label values for applying changes (#3201)
|
39 | 88 | - `groupbytrace` processor: Added workers for queue processing (#2902)
|
40 | 89 | - `resourcedetection` processor: Add docker detector (#2775)
|
41 |
| -- `tailsampling` processor: Support regex on span attribute filtering (#3335_ |
42 |
| -- Change obsreport helpers for receiver to use the new pattern created in Collector (#3439,#3443,#3449,#3504,#3521) |
| 90 | +- `tailsampling` processor: Support regex on span attribute filtering (#3335) |
43 | 91 |
|
44 | 92 | ## 🧰 Bug fixes 🧰
|
45 | 93 |
|
|
0 commit comments