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: experimental/CHANGELOG.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ All notable changes to experimental packages in this project will be documented
7
7
8
8
### :boom: Breaking Change
9
9
10
+
* feat(exporter-*-otlp-*)!: rewrite exporter config logic for testability [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971)@pichlermarc
11
+
* (user-facing) `getDefaultUrl` was intended for internal use has been removed from all exporters
12
+
* (user-facing) `getUrlFromConfig` was intended for internal use and has been removed from all exporters
13
+
* (user-facing) `hostname` was intended for internal use and has been removed from all exporters
14
+
* (user-facing) `url` was intended for internal use and has been removed from all exporters
15
+
* (user-facing) `timeoutMillis` was intended for internal use and has been removed from all exporters
16
+
* (user-facing) `onInit` was intended for internal use and has been removed from all exporters
17
+
* feat(otlp-exporter-base)!: do not export functions that are intended for internal use [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971)@pichlermarc
18
+
* Drops the following functions and types that were intended for internal use from the package exports:
@@ -22,13 +37,6 @@ All notable changes to experimental packages in this project will be documented
22
37
* fix(sdk-events): remove devDependencies to old `@opentelemetry/[email protected]`, `@opentelemetry/[email protected]` packages [#5013](https://github.com/open-telemetry/opentelemetry-js/pull/5013)@pichlermarc
23
38
* fix(sdk-logs): remove devDependencies to old `@opentelemetry/[email protected]`[#5013](https://github.com/open-telemetry/opentelemetry-js/pull/5013)@pichlermarc
24
39
* fix(sdk-logs): align LogRecord#setAttribute type with types from `@opentelemetry/[email protected]`[#5013](https://github.com/open-telemetry/opentelemetry-js/pull/5013)@pichlermarc
25
-
* feat(exporter-*-otlp-*)!: rewrite exporter config logic for testability [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971)@pichlermarc
26
-
* (user-facing) `getDefaultUrl` was intended for internal use has been removed from all exporters
27
-
* (user-facing) `getUrlFromConfig` was intended for internal use and has been removed from all exporters
28
-
* (user-facing) `hostname` was intended for internal use and has been removed from all exporters
29
-
* (user-facing) `url` was intended for internal use and has been removed from all exporters
30
-
* (user-facing) `timeoutMillis` was intended for internal use and has been removed from all exporters
31
-
* (user-facing) `onInit` was intended for internal use and has been removed from all exporters
32
40
* fix(exporter-*-otlp-*): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971)@pichlermarc
33
41
* Fixes:
34
42
*`OTEL_EXPORTER_OTLP_METRICS_COMPRESSION`
@@ -39,13 +47,6 @@ All notable changes to experimental packages in this project will be documented
39
47
*`OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY`
40
48
*`OTEL_EXPORTER_OTLP_METRICS_INSECURE`
41
49
*`OTEL_EXPORTER_OTLP_LOGS_INSECURE`
42
-
* feat(otlp-exporter-base)!: do not export functions that are intended for internal use [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971)@pichlermarc
43
-
* Drops the following functions and types that were intended for internal use from the package exports:
44
-
*`parseHeaders`
45
-
*`appendResourcePathToUrl`
46
-
*`appendResourcePathToUrlIfNeeded`
47
-
*`configureExporterTimeout`
48
-
*`invalidTimeout`
49
50
* fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values [#5034](https://github.com/open-telemetry/opentelemetry-js/pull/5034)
50
51
* fix(exporter-logs-otlp-proto): Use correct config type in Node constructor
0 commit comments