Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare changelog for 0.97.0 #4542

Merged
merged 9 commits into from Mar 27, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,17 +2,31 @@

## Unreleased

## v0.97.0

### 🚀 New components 🚀

- (Splunk) Add AWS container insights receiver ([#4125](https://github.com/signalfx/splunk-otel-collector/pull/4125))
- (Splunk) Add AWS ECS container metrics receiver ([#4125](https://github.com/signalfx/splunk-otel-collector/pull/4125))

### 💡 Enhancements 💡

- (Splunk) 'memory_ballast` has been removed. If GOMEMLIMIT env var is not set, then 90% of the total available memory limit is set by default.
- (Core) `configtls`: Validates TLS min_version and max_version ([#9475](https://github.com/open-telemetry/opentelemetry-collector/issues/9475))
atoulme marked this conversation as resolved.
Show resolved Hide resolved
Introduces `Validate()` method in TLSSetting.
- (Splunk) `memory_ballast` has been removed. If GOMEMLIMIT env var is not set, then 90% of the total available memory limit is set by default. ([#4404](https://github.com/signalfx/splunk-otel-collector/pull/4404))
atoulme marked this conversation as resolved.
Show resolved Hide resolved
- (Splunk) Support Windows offline installations ([#4471](https://github.com/signalfx/splunk-otel-collector/pull/4471))

### 🛑 Breaking changes 🛑

- (Splunk) `spanmetricsprocessor`: Remove `spanmetricsprocessor`. Please use `spanmetrics` connector instead.
- (Core) `telemetry`: Remove telemetry.useOtelForInternalMetrics stable feature gate ([#9752](https://github.com/open-telemetry/opentelemetry-collector/pull/9752))
- (Splunk) `spanmetricsprocessor`: Remove `spanmetricsprocessor`. Please use `spanmetrics` connector instead. ([#4454](https://github.com/signalfx/splunk-otel-collector/pull/4454))

### 🧰 Bug fixes 🧰

- (Core) `exporterhelper`: Fix persistent queue size backup on reads. ([#9740](https://github.com/open-telemetry/opentelemetry-collector/pull/9740))
- (Core) `processor/batch`: Prevent starting unnecessary goroutines. ([#9739](https://github.com/open-telemetry/opentelemetry-collector/issues/9739))
- (Core) `otlphttpexporter`: prevent error on empty response body when content type is application/json ([#9666](https://github.com/open-telemetry/opentelemetry-collector/issues/9666))
- (Core) `otelcol`: Respect telemetry configuration when running as a Windows service ([#5300](https://github.com/open-telemetry/opentelemetry-collector/issues/5300))
- (Splunk) `telemetry`: Simplify the config converter setting the `metric_relabel_configs` in the Prometheus receiver
to remove the excessive internal metrics. Now, it only overrides the old default rule excluding `.*grpc_io.*` metrics.
Any other custom setting is left untouched. Otherwise, customizing the `metric_relabel_configs` is very difficult.
Expand Down