Skip to content

Commit c402e3e

Browse files
authored
Release v0.15.0 (#1642)
1 parent 46f67b2 commit c402e3e

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
## Unreleased
44

5+
## v0.15.0
6+
7+
# 🎉 OpenTelemetry Collector Contrib v0.15.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.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)
36+
537
## v0.14.0
638

739
# 🎉 OpenTelemetry Collector Contrib v0.14.0 (Beta) 🎉

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,6 @@ golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4Iltr
16181618
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
16191619
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
16201620
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
1621-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 h1:ld7aEMNHoBnnDAX15v1T6z31v8HwR2A9FYOuAhWqkwc=
16221621
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
16231622
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 h1:Mj83v+wSRNEar42a/MQgxk9X42TdEmrOl9i+y8WbxLo=
16241623
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=

0 commit comments

Comments
 (0)