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 977f806 commit 8ae3b69
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ import (
"testing"

"github.com/labstack/echo/v4"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/codes"
"go.opentelemetry.io/otel/sdk/trace"
"go.opentelemetry.io/otel/sdk/trace/tracetest"

"go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho"

"go.opentelemetry.io/otel/attribute"
oteltrace "go.opentelemetry.io/otel/trace"
)

Expand Down

0 comments on commit 8ae3b69

Please sign in to comment.