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.5.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.
12
+
13
+
## 🚀 New components 🚀
14
+
15
+
- Processors
16
+
-`resourcedetection` to automatically detect the resource based on the configured set of detectors (#309)
17
+
18
+
## 💡 Enhancements 💡
19
+
20
+
-`kubeletstats` receiver: Support for ServiceAccount authentication (#324)
21
+
-`signalfx` exporter and receiver
22
+
- Add SignalFx metric token passthrough and config option (#325)
23
+
- Set default endpoint of `signalfx` receiver to `:9943` (#351)
24
+
-`awsxray` exporter: Support aws plugins EC2/ECS/Beanstalk (#343)
25
+
-`sapm` exporter and receiver: Add SAPM access token passthrough and config option (#349)
26
+
-`k8s` processor: Add metrics support (#358)
27
+
-`k8s` observer: Separate annotations from labels in discovered pods (#363)
28
+
29
+
## 🧰 Bug fixes 🧰
30
+
31
+
-`honeycomb` exporter: Remove shared use of libhoney from goroutines (#305)
0 commit comments