Skip to content

Commit

Permalink
doc: Update doc/metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
weyert and dyladan authored Oct 24, 2022
1 parent d7a67fc commit bd3f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now install Fastify and OpenTelemetry:
npm install fastify @opentelemetry/sdk-node @opentelemetry/exporter-prometheus @opentelemetry/auto-instrumentations-node
```

The `@opentelemetry/sdk-node` and `@opentelemetry/auto-instrumentations-node` will install allt he
The `@opentelemetry/sdk-node` and `@opentelemetry/auto-instrumentations-node` will install all the
necessary packages to start with Opentelemetry including instrumentation for a wide variety of popular
packages, such as `http`, `fetch` etc. The package `@opentelemetry/exporter-prometheus` is installed
to export our measured metrics in the Prometheus format as popular approach to expose metrics.
Expand Down

0 comments on commit bd3f5f1

Please sign in to comment.