You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-collector release](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.9.0) (be sure to check the release notes here as well!). Check out the [Getting Started Guide](https://opentelemetry.io/docs/collector/about/) for deployment and configuration information.
10
+
11
+
## 🛑 Breaking changes 🛑
12
+
- Remove deprecated `lightstep` exporter (#828)
13
+
14
+
## 🚀 New components 🚀
15
+
-`statsd` receiver for ingesting StatsD messages (#566)
16
+
17
+
## 💡 Enhancements 💡
18
+
-`signalfx` exporter
19
+
- Add disk usage translations (#760)
20
+
- Add disk utilization translations (#782)
21
+
- Add translation rule to drop redundant metrics (#809)
22
+
-`kubeletstats` receiver
23
+
- Sync available volume metadata from /pods endpoint (#690)
24
+
- Add ability to collect detailed data from PVC (#743)
25
+
-`awsxray` exporter: Translate SDK name/version into xray model (#755)
26
+
-`elastic` exporter: Translate semantic conventions to Elastic destination fields (#671)
27
+
-`stackdriver` exporter: Add point count metric (#757)
28
+
-`awsxray` receiver
29
+
- Ported the TCP proxy from the X-Ray daemon (#774)
30
+
- Convert to OTEL trace format (#691)
31
+
32
+
## 🧰 Bug fixes 🧰
33
+
-`kubeletstats` receiver: Do not break down metrics batch (#754)
34
+
-`host` observer: Fix issue on darwin where ports listening on all interfaces are not correctly accounted for (#582)
35
+
-`newrelic` exporter: Fix panic on missing span status (#775)
0 commit comments