We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253ee77 commit 3eeb766Copy full SHA for 3eeb766
sharedotlp/pkg/sharedotlptraces/traces.go
@@ -3,6 +3,7 @@ package sharedotlptraces
3
import (
4
"context"
5
6
+ sharedotlp "github.com/numary/go-libs/sharedotlp/pkg"
7
"go.opentelemetry.io/otel"
8
"go.opentelemetry.io/otel/exporters/jaeger"
9
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
sharedotlp/pkg/sharedotlptraces/traces_test.go
@@ -4,6 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
"go.uber.org/fx"
10
)
0 commit comments