You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
Namespace import path under "/otel" (#274)
Also fixes example module paths so that they use the vanity URL instead of the github URL. [Closes #184]
This commit is contained in:
@@ -17,7 +17,7 @@ package trace_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
sdktrace "go.opentelemetry.io/sdk/trace"
|
||||
sdktrace "go.opentelemetry.io/otel/sdk/trace"
|
||||
)
|
||||
|
||||
var testConfig = sdktrace.Config{DefaultSampler: sdktrace.AlwaysSample()}
|
||||
|
||||
Reference in New Issue
Block a user