Skip to content

Commit

Permalink
make vet happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aranjans committed Dec 19, 2024
1 parent f2a9f2a commit b18544c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stats/opentelemetry/client_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package opentelemetry

import (
"context"
"go.opentelemetry.io/otel/sdk/metric"
"sync/atomic"
"time"

Expand All @@ -31,6 +30,7 @@ import (

otelattribute "go.opentelemetry.io/otel/attribute"
otelmetric "go.opentelemetry.io/otel/metric"
"go.opentelemetry.io/otel/sdk/metric"
)

type clientStatsHandler struct {
Expand Down
2 changes: 1 addition & 1 deletion stats/opentelemetry/server_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package opentelemetry

import (
"context"
"go.opentelemetry.io/otel/sdk/metric"
"sync/atomic"
"time"

Expand All @@ -31,6 +30,7 @@ import (

otelattribute "go.opentelemetry.io/otel/attribute"
otelmetric "go.opentelemetry.io/otel/metric"
"go.opentelemetry.io/otel/sdk/metric"
)

type serverStatsHandler struct {
Expand Down

0 comments on commit b18544c

Please sign in to comment.