Skip to content

Commit

Permalink
chore: rename registry to provider (open-telemetry#749)
Browse files Browse the repository at this point in the history
* chore: rename registry to provider

* chore: revert changelog modification

* chore: remove examples and getting started from rename
  • Loading branch information
dyladan authored Feb 3, 2020
1 parent 3e2e0ff commit 3070228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Format:

Example of usage:
```javascript
const { NodeTracerRegistry } = require('@opentelemetry/node');
const { NodeTracerProvider } = require('@opentelemetry/node');
const { JaegerHttpTraceFormat } = require('@opentelemetry/propagator-jaeger');

const registry = new NodeTracerRegistry({
const provider = new NodeTracerProvider({
httpTextFormat: new JaegerHttpTraceFormat()
});
```
Expand Down

0 comments on commit 3070228

Please sign in to comment.