Skip to content

Commit

Permalink
Update content/en/docs/languages/go/exporters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Aug 26, 2024
1 parent 863d118 commit c520777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc"
"go.opentelemetry.io/otel/sdk/log"
)
Expand Down

0 comments on commit c520777

Please sign in to comment.