Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/clients/grpc/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ OpenTelemetry support is included to the KurrentDB Java client by default. For o

### NodeJS

Install the `@eventstore/opentelemetry` package using your package manager of choice. TypeScript type declarations are included in the package.
Install the `@kurrent/opentelemetry` package using your package manager of choice. TypeScript type declarations are included in the package.

::: tabs
@tab npm
```bash
npm install --save @eventstore/opentelemetry
npm install --save @kurrent/opentelemetry
```
@tab yarn
```bash
yarn add @eventstore/opentelemetry
yarn add @kurrent/opentelemetry
```
@tab pnpm
```bash
pnpm add @eventstore/opentelemetry
pnpm add @kurrent/opentelemetry
```
:::

Expand Down