Skip to content

Commit c445fed

Browse files
committed
[chore] update CHANGELOG.md
1 parent de18e23 commit c445fed

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,57 +19,57 @@ v0.137.0:
1919
<summary>Highlights from the upstream Collector changelog</summary>
2020

2121
### 💡 Enhancements 💡
22-
- `cmd/mdatagen`: Improve validation for resource attribute `enabled` field in metadata files (#12722)
22+
- `cmd/mdatagen`: Improve validation for resource attribute `enabled` field in metadata files ([#12722](https://github.com/open-telemetry/opentelemetry-collector/issues/12722))
2323
Resource attributes now require an explicit `enabled` field in metadata.yaml files, while regular attributes
2424
are prohibited from having this field. This improves validation and prevents configuration errors.
25-
- `all`: Changelog entries will now have their component field checked against a list of valid components. (#13924)
25+
- `all`: Changelog entries will now have their component field checked against a list of valid components. ([#13924](https://github.com/open-telemetry/opentelemetry-collector/issues/13924))
2626
This will ensure a more standardized changelog format which makes it easier to parse.
27-
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable (#13883)
28-
- all: Mark configoptional as stable (#13403)
29-
- all: Mark configauth module as 1.0 (#9476)
30-
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable (#13883)
31-
- `redactionprocessor`: Add support for URL sanitization in the redaction processor. (#41535)
32-
- `receiver/k8seventsreceiver`: Added support for Leader Election into k8seventsreceiver using k8sleaderelector extension. (#42266)
33-
- `receiver/k8sobjectsreceiver`: Switch to standby mode when leader lease is lost instead of shutdown (#42706)
34-
- `processor/resourcedetection`: Add support for DigitalOcean in resourcedetectionprocessor (#42803)
35-
- `processor/resourcedetection`: Add support for upcloud in resourcedetectionprocessor (#42801)
36-
- `hostmetricsreceiver`: Add useMemAvailable feature gate to use the MemAvailable kernel's statistic to compute the "used" memory usage (#42221)
37-
- `tailsamplingprocessor`: Add support for extensions that implement sampling policies. (#31582)
27+
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable ([#13883](https://github.com/open-telemetry/opentelemetry-collector/issues/13883))
28+
- all: Mark configoptional as stable ([#13403](https://github.com/open-telemetry/opentelemetry-collector/issues/13403))
29+
- all: Mark configauth module as 1.0 ([#9476](https://github.com/open-telemetry/opentelemetry-collector/issues/9476))
30+
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable ([#13883](https://github.com/open-telemetry/opentelemetry-collector/issues/13883))
31+
- `redactionprocessor`: Add support for URL sanitization in the redaction processor. ([#41535](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/41535))
32+
- `receiver/k8seventsreceiver`: Added support for Leader Election into k8seventsreceiver using k8sleaderelector extension. ([#42266](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42266))
33+
- `receiver/k8sobjectsreceiver`: Switch to standby mode when leader lease is lost instead of shutdown ([#42706](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42706))
34+
- `processor/resourcedetection`: Add support for DigitalOcean in resourcedetectionprocessor ([#42803](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42803))
35+
- `processor/resourcedetection`: Add support for upcloud in resourcedetectionprocessor ([#42801](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42801))
36+
- `hostmetricsreceiver`: Add useMemAvailable feature gate to use the MemAvailable kernel's statistic to compute the "used" memory usage ([#42221](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42221))
37+
- `tailsamplingprocessor`: Add support for extensions that implement sampling policies. ([#31582](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/31582))
3838
Extension support for tailsamplingprocessor is still in development and the interfaces may change at any time.
39-
- `telemetrygen`: Add span links support to telemetrygen (#43007)
39+
- `telemetrygen`: Add span links support to telemetrygen ([#43007](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/43007))
4040
The new --span-links flag allows generating spans with links to previously created spans.
4141
Each span can link to random existing span contexts, creating relationships between spans for testing
4242
distributed tracing scenarios. Links include attributes for link type and index identification.
43-
- `telemetrygen`: Add load size to telemetrygen metrics and logs. (#42322)
43+
- `telemetrygen`: Add load size to telemetrygen metrics and logs. ([#42322](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42322))
4444

4545
### 🧰 Bug fixes 🧰
4646

47-
- `receiver/k8seventsreceiver`: Prevent potential panic in the events receiver by safely checking that informer objects are *corev1.Event before handling them. (#43014)
48-
- `processor/k8sattributes`: Use podUID instead podName to determine which pods should be deleted from cache (#42978)
49-
- `telemetrygen`: Publish int and bool attributes for logs (#43090)
50-
- `statsdreceiver`: Fix a data race in statsdreceiver on shutdown (#42878)
47+
- `receiver/k8seventsreceiver`: Prevent potential panic in the events receiver by safely checking that informer objects are *corev1.Event before handling them. ([#43014](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/43014))
48+
- `processor/k8sattributes`: Use podUID instead podName to determine which pods should be deleted from cache ([#42978](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42978))
49+
- `telemetrygen`: Publish int and bool attributes for logs ([#43090](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/43090))
50+
- `statsdreceiver`: Fix a data race in statsdreceiver on shutdown ([#42878](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42878))
5151

5252
🛑 Breaking changes 🛑
53-
- `pkg/exporterhelper`: Remove all experimental symbols in exporterhelper (#11143)
53+
- `pkg/exporterhelper`: Remove all experimental symbols in exporterhelper ([#11143](https://github.com/open-telemetry/opentelemetry-collector/issues/11143))
5454
They have all been moved to xexporterhelper
55-
- `spanmetricsconnector`: Exclude all resource attributes in spanmetrics (#42103)
55+
- `spanmetricsconnector`: Exclude all resource attributes in spanmetrics ([#42103](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42103))
5656
This change aligns with the ServiceGraph implementation and may introduce a breaking change:
5757
Users utilizing Prometheus remote write will not experience a breaking change.
5858
Users using OTLP/HTTP may encounter a breaking change.
5959
The change is currently guarded by the feature gate connector.spanmetrics.excludeResourceMetrics and is disabled by default.
6060
It will be enabled by default in the next release.
61-
- `spanmetricsconnector`: Change default duration metrics unit from ms to s (#42462)
61+
- `spanmetricsconnector`: Change default duration metrics unit from ms to s ([#42462](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42462))
6262
This change introduces a breaking change, which is now guarded by the feature gate connector.spanmetrics.useSecondAsDefaultMetricsUnit.
6363
Currently, the feature gate is disabled by default, so the unit will remain ms. After one release cycle, the unit will switch to s and the feature gate will also be enabled by default.
6464

6565
🚩 Deprecations 🚩
66-
- all: service/telemetry.TracesConfig is deprecated (#13904)
66+
- all: service/telemetry.TracesConfig is deprecated ([#13904](https://github.com/open-telemetry/opentelemetry-collector/issues/13904))
6767
This type alias has been added to otelconftelemetry.TracesConfig,
6868
where the otelconf-based telemetry implementation now lives.
6969

7070
🚀 New components 🚀
7171

72-
- `resourcedetectionprocessor`: Added Oracle Cloud resource detection support to resourcedetectionprocessor, enabling automatic population of Oracle Cloud-specific resource attributes. (#35091)
72+
- `resourcedetectionprocessor`: Added Oracle Cloud resource detection support to resourcedetectionprocessor, enabling automatic population of Oracle Cloud-specific resource attributes. ([#35091](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35091))
7373
This update allows the OpenTelemetry Collector to detect and annotate telemetry with Oracle Cloud resource metadata when running in Oracle Cloud environments.
7474
Includes new unit tests and documentation.
7575

@@ -126,7 +126,7 @@ v0.136.0:
126126

127127
### 💡 Enhancements 💡
128128

129-
- `exporter/loadbalancingexporter`: Add load balancing exporter, including configuration example and tests. (#636)
129+
- `exporter/loadbalancingexporter`: Add load balancing exporter, including configuration example and tests. ([#636](https://github.com/open-telemetry/opentelemetry-collector/issues/636))
130130

131131
<!-- previous-version -->
132132

@@ -167,7 +167,7 @@ v0.135.0:
167167

168168
### 💡 Enhancements 💡
169169

170-
- `k8seventsreceiver`: Add the k8sevents receiver to the Dynatrace distribution of the OTel collector (#658)
170+
- `k8seventsreceiver`: Add the k8sevents receiver to the Dynatrace distribution of the OTel collector ([#658](https://github.com/open-telemetry/opentelemetry-collector/issues/658))
171171

172172
<!-- previous-version -->
173173

0 commit comments

Comments
 (0)