Skip to content

Commit

Permalink
fix(agent): fixing connection error check (#3180)
Browse files Browse the repository at this point in the history
* fix(agent): fixing connection error check

* fix(agent): fixing connection error check
  • Loading branch information
xoscar authored Sep 22, 2023
1 parent 94d1c7f commit 488a1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/workers/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/fluidtruck/deepcopy"
"github.com/kubeshop/tracetest/agent/client"
"github.com/kubeshop/tracetest/agent/proto"
"github.com/kubeshop/tracetest/agent/workers/datastores/connection"
"github.com/kubeshop/tracetest/server/datastore"
"github.com/kubeshop/tracetest/server/tracedb"
"github.com/kubeshop/tracetest/server/tracedb/connection"
"github.com/kubeshop/tracetest/server/traces"
"go.opentelemetry.io/otel/trace"
)
Expand Down
2 changes: 1 addition & 1 deletion agent/workers/poller/inmemory_datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"

"github.com/kubeshop/tracetest/agent/collector"
"github.com/kubeshop/tracetest/agent/workers/datastores/connection"
"github.com/kubeshop/tracetest/server/pkg/id"
"github.com/kubeshop/tracetest/server/tracedb"
"github.com/kubeshop/tracetest/server/tracedb/connection"
"github.com/kubeshop/tracetest/server/traces"
"go.opentelemetry.io/otel/trace"
)
Expand Down

0 comments on commit 488a1ce

Please sign in to comment.