Skip to content

Commit

Permalink
Merge branch 'main' into chalin-im-fix-hugo-warning-2024-08-05
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored Aug 5, 2024
2 parents 208cca5 + b011f3c commit aef9a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Here's how you can create an exporter with default configuration:
```go
import (
"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"
"go.opentelemetry.io/otel/sdk/trace"
"go.opentelemetry.io/otel/sdk/metric"
)

func newExporter(ctx context.Context) (metric.Exporter, error) {
Expand Down

0 comments on commit aef9a70

Please sign in to comment.