Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kushch committed Sep 27, 2021
1 parent 81567df commit a7fe341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/caddyhttp/opentelemetry/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"crypto/tls"
"errors"
"fmt"
"go.opentelemetry.io/otel/attribute"
"net/http"
"os"
"strings"

"go.opentelemetry.io/otel/attribute"

caddycmd "github.com/caddyserver/caddy/v2/cmd"
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
"go.opentelemetry.io/otel/exporters/otlp/otlptrace"
Expand Down
3 changes: 2 additions & 1 deletion modules/caddyhttp/opentelemetry/tracerprovider_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package opentelemetry

import (
"go.uber.org/zap"
"testing"

"go.uber.org/zap"
)

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

0 comments on commit a7fe341

Please sign in to comment.