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 f38fd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion exporters/otlp/otlplogs/otlplogsgrpc/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"

"github.com/agoda-com/opentelemetry-logs-go/exporters/otlp/internal/retry"
"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"
)

Expand Down

0 comments on commit f38fd9f

Please sign in to comment.