From aedcde5ec3d906ddfeeafdca64fe7b24289d8aec Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Sun, 23 Jun 2024 15:41:52 +0000 Subject: [PATCH] try to fix warnings --- content/en/blog/2024/prometheus-compatibility-survey/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/2024/prometheus-compatibility-survey/index.md b/content/en/blog/2024/prometheus-compatibility-survey/index.md index af799d319a9e..39e7afb2ea5a 100644 --- a/content/en/blog/2024/prometheus-compatibility-survey/index.md +++ b/content/en/blog/2024/prometheus-compatibility-survey/index.md @@ -23,7 +23,7 @@ describing how to convert between the and [Prometheus metric formats](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md). It has been used to implement Prometheus -[(pull) exporters for OpenTelemetry SDKs](go.opentelemetry.io/otel/exporters/prometheus), +[(pull) exporters for OpenTelemetry SDKs](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/prometheus), [OTLP export from Prometheus libraries](https://prometheus.github.io/client_java/otel/otlp/), [OTLP ingestion for the Prometheus server](https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver), and the OpenTelemetry Collector's