Skip to content

Commit

Permalink
doc: update metrics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weyert committed Oct 24, 2022
1 parent 9de6e34 commit e7613e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ npm install fastify @opentelemetry/sdk-node @opentelemetry/exporter-prometheus @

The `@opentelemetry/sdk-node` and `@opentelemetry/auto-instrumentations-node` will install allt he
necessary packages to start with Opentelemetry including instrumentation for a wide variety of popular
packages, such as `http`, `fetch` etc.
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.

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

0 comments on commit e7613e8

Please sign in to comment.