From 3b657f780142b5e3f58af0f24675b2cf267d9cd2 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 4 Oct 2022 13:58:43 -0700 Subject: [PATCH] Fix otlpmetric pkg name in exporting_data.md (#3259) --- 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 4b409aa57..a615722a4 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)