Skip to content

Commit b80aa72

Browse files
authored
Release v0.28.0 (#3747)
1 parent eaa2af2 commit b80aa72

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

CHANGELOG.md

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,64 @@
22

33
## Unreleased
44

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)
616

7-
- Enabled Dependabot for Github Actions (#3543)
8-
=======
917
## 🛑 Breaking changes 🛑
1018

1119
- `f5cloud` exporter (#3509):
1220
- 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.
1321

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)
1463

1564
## v0.27.0
1665

@@ -38,8 +87,7 @@ The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-co
3887
- `metricstransform` processor: Add filtering capabilities matching metric label values for applying changes (#3201)
3988
- `groupbytrace` processor: Added workers for queue processing (#2902)
4089
- `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)
4391

4492
## 🧰 Bug fixes 🧰
4593

0 commit comments

Comments
 (0)