Skip to content

Commit

Permalink
Move identifier package to public api instead of internal (#213)
Browse files Browse the repository at this point in the history
* Move identifier package to public api instead of internal

* update import
  • Loading branch information
prodion23 committed Apr 20, 2023
1 parent b4bb754 commit 3fbf3c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

config "github.com/hypertrace/agent-config/gen/go/v1"
modbsp "github.com/hypertrace/goagent/instrumentation/opentelemetry/batchspanprocessor"
"github.com/hypertrace/goagent/instrumentation/opentelemetry/internal/identifier"
"github.com/hypertrace/goagent/instrumentation/opentelemetry/identifier"
"github.com/hypertrace/goagent/sdk"
sdkconfig "github.com/hypertrace/goagent/sdk/config"
"github.com/hypertrace/goagent/version"
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"time"

"github.com/hypertrace/goagent/instrumentation/opentelemetry/internal/identifier"
"github.com/hypertrace/goagent/instrumentation/opentelemetry/identifier"
"github.com/hypertrace/goagent/sdk"
"github.com/hypertrace/goagent/version"
"go.opentelemetry.io/otel"
Expand Down

0 comments on commit 3fbf3c0

Please sign in to comment.