Skip to content

Commit

Permalink
Update OTLP metrics exporter Go module name
Browse files Browse the repository at this point in the history
The module name is incorrect, leading `go get` to fail.
  • Loading branch information
cwaldren-ld committed Sep 30, 2022
1 parent aca054b commit e34f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/exporting_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e34f378

Please sign in to comment.