Skip to content

Commit 0a820a0

Browse files
authored
Update prometheus-setup.md
1 parent 48eac18 commit 0a820a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/docs/languages/exporters/prometheus-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To send your metric data to [Prometheus](https://prometheus.io/), you can either
44
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver)
55
and use the [OTLP exporter](#otlp) or you can use the
6-
[`PrometheusHttpServer`](https://javadoc.io/doc/io.opentelemetry/opentelemetry-exporter-prometheus/latest/io/opentelemetry/exporter/prometheus/PrometheusHttpServer.html),
6+
[`PrometheusHttpServer`](https://open-telemetry.github.io/opentelemetry-js/classes/_opentelemetry_exporter_prometheus.PrometheusExporter.html),
77
a `MetricReader`, that starts an HTTP server that will collect metrics and
88
serialize to Prometheus text format on request.
99

0 commit comments

Comments
 (0)