Skip to content

Commit

Permalink
fixup! move @opentelemetry/exporter-jaeger to dev dependencies
Browse files Browse the repository at this point in the history
Adds README and CHANGELOG documentation of the change.
  • Loading branch information
Vadman97 committed Aug 31, 2023
1 parent f1e74de commit 499a910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions experimental/CHANGELOG.md
Expand Up @@ -26,6 +26,7 @@ All notable changes to experimental packages in this project will be documented
### :bug: (Bug Fix)

* fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as dependency
* fix(sdk-node): remove explicit dependency on @opentelemetry/exporter-jaeger.

### :books: (Refine Doc)

Expand Down
1 change: 1 addition & 0 deletions experimental/packages/opentelemetry-sdk-node/README.md
Expand Up @@ -36,6 +36,7 @@ Before any other module in your application is loaded, you must initialize the S
If you fail to initialize the SDK or initialize it too late, no-op implementations will be provided to any library which acquires a tracer or meter from the API.

This example uses Jaeger and Prometheus, but exporters exist for [other tracing backends][other-tracing-backends].
As shown in the installation instructions, exporters passed to the SDK must be installed alongside `@opentelemetry/sdk-node`.

```javascript
const opentelemetry = require("@opentelemetry/sdk-node");
Expand Down

0 comments on commit 499a910

Please sign in to comment.