Skip to content

Commit

Permalink
fix grpc client paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Nekrasov committed Aug 30, 2023
1 parent bd401b0 commit 4dd4a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporters/otlp/otlplogs/otlplogsgrpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"sync"
"time"

internal "github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/internal"
"github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/internal/retry"
"github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/otlplogs/internal"
"github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/otlplogs/internal/otlpconfig"
"github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/otlplogs/internal/retry"

"go.opentelemetry.io/otel"
collogspb "go.opentelemetry.io/proto/otlp/collector/logs/v1"
Expand Down

0 comments on commit 4dd4a57

Please sign in to comment.