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 11, 2023
1 parent 0a237e6 commit 94da919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All notable changes to experimental packages in this project will be documented

### :bug: (Bug Fix)

* fix(sdk-node): remove explicit dependency on @opentelemetry/exporter-jaeger.

### :books: (Refine Doc)

### :house: (Internal)
Expand Down
1 change: 1 addition & 0 deletions experimental/packages/opentelemetry-sdk-node/README.md
Original file line number Diff line number Diff line change
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 94da919

Please sign in to comment.