We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eac18 commit 0a820a0Copy full SHA for 0a820a0
layouts/shortcodes/docs/languages/exporters/prometheus-setup.md
@@ -3,7 +3,7 @@
3
To send your metric data to [Prometheus](https://prometheus.io/), you can either
4
[enable Prometheus' OTLP Receiver](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver)
5
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),
+[`PrometheusHttpServer`](https://open-telemetry.github.io/opentelemetry-js/classes/_opentelemetry_exporter_prometheus.PrometheusExporter.html),
7
a `MetricReader`, that starts an HTTP server that will collect metrics and
8
serialize to Prometheus text format on request.
9
0 commit comments