forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(exporters)!: rewrite exporter config logic (open-telemetry#4971)
- Loading branch information
1 parent
77f12c5
commit 3007d3e
Showing
63 changed files
with
2,722 additions
and
2,759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,30 @@ All notable changes to experimental packages in this project will be documented | |
* 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 | ||
* fix(sdk-logs): remove devDependencies to old `@opentelemetry/[email protected]` [#5013](https://github.com/open-telemetry/opentelemetry-js/pull/5013) @pichlermarc | ||
* fix(sdk-logs): align LogRecord#setAttribute type with types from `@opentelemetry/[email protected]` [#5013](https://github.com/open-telemetry/opentelemetry-js/pull/5013) @pichlermarc | ||
* feat(exporter-*-otlp-*)!: rewrite exporter config logic for testability [#4971](https://github.com/open-telemetry/opentelemetry-js/pull/4971) @pichlermarc | ||
* (user-facing) `getDefaultUrl` was intended for internal use has been removed from all exporters | ||
* (user-facing) `getUrlFromConfig` was intended for internal use and has been removed from all exporters | ||
* (user-facing) `hostname` was intended for internal use and has been removed from all exporters | ||
* (user-facing) `url` was intended for internal use and has been removed from all exporters | ||
* (user-facing) `timeoutMillis` was intended for internal use and has been removed from all exporters | ||
* (user-facing) `onInit` was intended for internal use and has been removed from all exporters | ||
* 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 | ||
* Fixes: | ||
* `OTEL_EXPORTER_OTLP_METRICS_COMPRESSION` | ||
* `OTEL_EXPORTER_OTLP_LOGS_COMPRESSION` | ||
* `OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE` | ||
* `OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE` | ||
* `OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY` | ||
* `OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY` | ||
* `OTEL_EXPORTER_OTLP_METRICS_INSECURE` | ||
* `OTEL_EXPORTER_OTLP_LOGS_INSECURE` | ||
* 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 | ||
* Drops the following functions and types that were intended for internal use from the package exports: | ||
* `parseHeaders` | ||
* `appendResourcePathToUrl` | ||
* `appendResourcePathToUrlIfNeeded` | ||
* `configureExporterTimeout` | ||
* `invalidTimeout` | ||
|
||
### :books: (Refine Doc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
experimental/packages/exporter-logs-otlp-http/src/platform/config.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.