From 6c7fd99f860f7bfe5e1c271aaf37528a7dd7c748 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 4 Oct 2022 11:09:35 -0700 Subject: [PATCH] Fix otlpmetric pkg name in exporting_data.md --- website_docs/exporting_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_docs/exporting_data.md b/website_docs/exporting_data.md index 4b409aa574f..a615722a4fe 100644 --- a/website_docs/exporting_data.md +++ b/website_docs/exporting_data.md @@ -64,7 +64,7 @@ resources := resource.New(context.Background(), ## OTLP Exporter -OpenTelemetry Protocol (OTLP) export is available in the `go.opentelemetry.io/otel/exporters/otlp/otlptrace` and `go.opentelemetry.io/otel/exporters/otlp/otlpmetrics` packages. +OpenTelemetry Protocol (OTLP) export is available in the `go.opentelemetry.io/otel/exporters/otlp/otlptrace` and `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` packages. Please find more documentation on [GitHub](https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/otlp)