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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@
65
65
66
66
### 🧰 Bug fixes 🧰
67
67
68
+
- Fix `validate` subcommand if used withot `--config` flag ([#4873](https://github.com/signalfx/splunk-otel-collector/pull/4873))
68
69
-`deltatocumulativeprocessor`: Evict only stale streams ([#33014](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33014))
69
70
Changes eviction behavior to only evict streams that are actually stale.
70
71
Currently, once the stream limit is hit, on each new stream the oldest tracked one is evicted.
@@ -79,7 +80,6 @@
79
80
80
81
-`pkg/ottl`: Fixes a bug where function name could be used in a condition, resulting in a cryptic error message. ([#33051](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33051))
0 commit comments