From b2961b1afff399f147e123022835f76416a959c2 Mon Sep 17 00:00:00 2001 From: Weyert de Boer Date: Mon, 24 Oct 2022 23:04:25 +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 de6487b270..8aa0023eb1 100644 --- a/doc/metrics.md +++ b/doc/metrics.md @@ -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`: