Skip to content

Commit

Permalink
refactor(otelecho): refine span name formatter and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Nov 25, 2024
1 parent 7deb0fe commit 977f806
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ import (
"github.com/labstack/echo/v4"
"github.com/stretchr/testify/assert"

b3prop "go.opentelemetry.io/contrib/propagators/b3"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/propagation"
"go.opentelemetry.io/otel/trace"
"go.opentelemetry.io/otel/trace/noop"

b3prop "go.opentelemetry.io/contrib/propagators/b3"
)

func TestGetSpanNotInstrumented(t *testing.T) {
Expand Down

0 comments on commit 977f806

Please sign in to comment.