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.15.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
+
-`zookeeper` receiver: Collects metrics from a Zookeeper instance using the `mntr` command
14
+
-`loadbalacing` exporter: Consistently exports spans belonging to the same trace to the same backend
15
+
-`windowsperfcounters` receiver: Captures the configured system, application, or custom performance counter data from the Windows registry using the PDH interface
16
+
-`awsprometheusremotewrite` exporter: Sends metrics data in Prometheus TimeSeries format to a Prometheus Remote Write Backend and signs each outgoing HTTP request following the AWS Signature Version 4 signing process
17
+
18
+
## 💡 Enhancements 💡
19
+
20
+
-`awsemf` exporter:
21
+
- Add `metric_declarations` config option for metric filtering and dimensions (#1503)
22
+
- Add SummaryDataType and remove Min/Max from Histogram (#1584)
23
+
-`signalfxcorrelation` exporter: Add ability to translate host dimension (#1561)
24
+
-`newrelic` exporter: Use pdata instead of the OpenCensus for traces (#1587)
25
+
-`metricstransform` processor:
26
+
- Add `combine` action for matched metrics (#1506)
27
+
- Add `submatch_case` config option to specify case of matched label values (#1640)
28
+
-`awsecscontainermetrics` receiver: Extract cluster name from ARN (#1626)
29
+
-`elastic` exporter: Improve handling of span status if the status code is unset (#1591)
30
+
31
+
## 🧰 Bug fixes 🧰
32
+
33
+
-`awsemf` exporter: Add check for unhandled metric data types (#1493)
34
+
-`groupbytrace` processor: Make buffered channel to avoid goroutines leak (#1505)
35
+
-`stackdriver` exporter: Set `options.UserAgent` so that the OpenCensus exporter does not override the UA ($1620)
0 commit comments