Skip to content

Commit e25de95

Browse files
authored
docs: Fix Markdown typo (#5417)
1 parent 34a2dd5 commit e25de95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ a new http server on port 9464. You can now access the metrics at the endpoint
521521
<http://localhost:9464/metrics>. This is the URL that can be scraped by Prometheus so it can consumed the metrics collected by OpenTelemetry in your application.
522522

523523
More information about Prometheus and how to configure can be found at:
524-
[https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config](Prometheus Scraping Config)
524+
[Prometheus Scraping Config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config)
525525

526526
For a fully functioning code example for using this exporter, please have a look
527527
at: <https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/examples/prometheus>

0 commit comments

Comments
 (0)