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 bd3f5f1 commit b2961b1
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 @@ -43,7 +43,7 @@ npm install fastify @opentelemetry/sdk-node @opentelemetry/exporter-prometheus @
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.
to export our collected metrics to Prometheus.

### Create the sample HTTP Server
Create a file `app.js`:
Expand Down

0 comments on commit b2961b1

Please sign in to comment.