|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### 💡 Enhancements 💡 |
| 6 | + |
| 7 | +- (Splunk) Update opentelemetry-jmx-metrics version to 1.32.0 ([#4201](https://github.com/signalfx/splunk-otel-collector/pull/4201)) |
| 8 | + |
5 | 9 | ### 🛑 Breaking changes 🛑
|
6 | 10 |
|
7 | 11 | - (Splunk) On Windows the `SPLUNK_*` environment variables were moved from the machine scope to the collector service scope. This avoids collisions with other agents and instrumentation. If any of these environment variables are required by your apps, please adopt them directly. ([#3930](https://github.com/signalfx/splunk-otel-collector/pull/3930))
|
@@ -67,7 +71,7 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
|
67 | 71 | - (Core) `confignet`: Add `dialer_timeout` config option. ([#9066](https://github.com/open-telemetry/opentelemetry-collector/pull/9066))
|
68 | 72 | - (Core) `processor/memory_limiter`: Update config validation errors ([#9059](https://github.com/open-telemetry/opentelemetry-collector/pull/9059))
|
69 | 73 | - Fix names of the config fields that are validated in the error messages
|
70 |
| - - Move the validation from start to the initialization phrase |
| 74 | + - Move the validation from start to the initialization phrase |
71 | 75 | - (Core) `exporterhelper`: Add config Validate for TimeoutSettings ([#9104](https://github.com/open-telemetry/opentelemetry-collector/pull/9104))
|
72 | 76 |
|
73 | 77 | ### 🧰 Bug fixes 🧰
|
@@ -99,7 +103,7 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
|
99 | 103 | - (Splunk) - `ecs-metadata` sync the `known_status` property on the `container_id` dimension instead of lower cardinality `container_name`. This can be prevented by configuring `dimensionToUpdate` to `container_name` ([#4091](https://github.com/signalfx/splunk-otel-collector/pull/4091))
|
100 | 104 | - (Splunk) Removes `collectd/disk` monitor ([#3998](https://github.com/signalfx/splunk-otel-collector/pull/3998))
|
101 | 105 | This monitor has been deprecated in favor of the `disk-io` monitor.
|
102 |
| - Note that the `disk-io` monitor has a different dimension (`disk` |
| 106 | + Note that the `disk-io` monitor has a different dimension (`disk` |
103 | 107 | instead of `plugin_instance`) to specify the disk.
|
104 | 108 | - (Splunk) Removes `collectd/df` monitor ([#3996](https://github.com/signalfx/splunk-otel-collector/pull/3996))
|
105 | 109 | The monitor is deprecated and the filesystems monitor should be used instead.
|
@@ -240,16 +244,16 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
|
240 | 244 |
|
241 | 245 | ### 🛑 Breaking changes 🛑
|
242 | 246 |
|
243 |
| -- (Contrib) `pkg/stanza`/`receiver/windowseventlog`: Improve parsing of Windows Event XML by handling anonymous `Data` elements. ([#21491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21491)) |
| 247 | +- (Contrib) `pkg/stanza`/`receiver/windowseventlog`: Improve parsing of Windows Event XML by handling anonymous `Data` elements. ([#21491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/21491)) |
244 | 248 | This improves the contents of Windows log events for which the publisher manifest is unavailable. Previously, anonymous `Data` elements were ignored. This is a breaking change for users who were relying on the previous data format.
|
245 | 249 |
|
246 |
| -- (Contrib) `processor/k8sattributes`: Graduate "k8sattr.rfc3339" feature gate to Beta. ([#28817](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28817)) |
| 250 | +- (Contrib) `processor/k8sattributes`: Graduate "k8sattr.rfc3339" feature gate to Beta. ([#28817](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28817)) |
247 | 251 | Time format of `k8s.pod.start_time` attribute value migrated from RFC3339:
|
248 | 252 | Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946
|
249 | 253 | After: 2023-07-10T12:39:53.112485-07:00
|
250 | 254 | The feature gate can be temporary reverted back by adding `--feature-gate=-k8sattr.rfc3339` to the command line.
|
251 | 255 |
|
252 |
| -- (Contrib) `receiver/filelogreceiver`: Change "Started watching file" log behavior ([#28491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28491)) |
| 256 | +- (Contrib) `receiver/filelogreceiver`: Change "Started watching file" log behavior ([#28491](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28491)) |
253 | 257 | Previously, every unique file path which was found by the receiver would be remembered indefinitely.
|
254 | 258 | This list was kept independently of the uniqueness / checkpointing mechanism (which does not rely on the file path).
|
255 | 259 | The purpose of this list was to allow us to emit a log whenever a path was seen for the first time.
|
|
0 commit comments