Skip to content

Commit 3787461

Browse files
typo fix
DOC-11763
1 parent ca1a3c3 commit 3787461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/howtos/pages/observability-metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In addition, you'll need to get the metrics data into your metrics backend.
119119
This is often done by having the metrics backend (such as Prometheus) regularly gather, or 'scrape', the metrics data.
120120

121121
There are multiple approaches here.
122-
The `opentelemetry-exporter-prometheus` library makes it possible to open an HTTP server in the application that Prometheus can then scape.
122+
The `opentelemetry-exporter-prometheus` library makes it possible to open an HTTP server in the application that Prometheus can then scrape.
123123

124124
As that library is in alpha, here we will instead show how to send OpenTelemetry metrics into `opentelemetry-collector`, where it can be scraped by Prometheus or another metrics backend.
125125

0 commit comments

Comments
 (0)