1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-27 22:49:15 +02:00

Move export types into trace and metric-specific subdirs (#289)

This commit is contained in:
Joshua MacDonald
2019-11-05 13:08:55 -08:00
committed by GitHub
parent 17439d879c
commit 68bd627ac2
35 changed files with 165 additions and 183 deletions

View File

@@ -18,7 +18,7 @@ import (
"sync"
"sync/atomic"
"go.opentelemetry.io/otel/sdk/export"
export "go.opentelemetry.io/otel/sdk/export/trace"
)
// SpanProcessor is interface to add hooks to start and end method invocations.