From bd3f5f1d7a2956512a60b8b004a05970e10e66c8 Mon Sep 17 00:00:00 2001 From: Weyert de Boer Date: Mon, 24 Oct 2022 23:04:12 +0100 Subject: [PATCH] doc: Update doc/metrics.md Co-authored-by: Daniel Dyla --- doc/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/metrics.md b/doc/metrics.md index 6e11161f5f..de6487b270 100644 --- a/doc/metrics.md +++ b/doc/metrics.md @@ -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.