Commit a131593 1 parent ac3906a commit a131593 Copy full SHA for a131593
File tree 3 files changed +3
-3
lines changed
internal/pkg/agent/application/monitoring
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"strings"
14
14
15
15
"github.com/gorilla/mux"
16
- "go.elastic.co/apm/v2"
17
16
"go.elastic.co/apm/module/apmgorilla/v2"
17
+ "go.elastic.co/apm/v2"
18
18
19
19
"github.com/elastic/elastic-agent-libs/api"
20
20
"github.com/elastic/elastic-agent-libs/monitoring"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
19
19
"time"
20
20
21
21
"github.com/gofrs/uuid"
22
- "go.elastic.co/apm/v2"
23
22
"go.elastic.co/apm/module/apmgrpc/v2"
23
+ "go.elastic.co/apm/v2"
24
24
"google.golang.org/grpc"
25
25
"google.golang.org/grpc/codes"
26
26
"google.golang.org/grpc/credentials"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
18
18
v1server "github.com/elastic/elastic-agent/pkg/control/v1/server"
19
19
"github.com/elastic/elastic-agent/pkg/control/v2/cproto"
20
20
21
- "go.elastic.co/apm/v2"
22
21
"go.elastic.co/apm/module/apmgrpc/v2"
22
+ "go.elastic.co/apm/v2"
23
23
"google.golang.org/grpc"
24
24
"google.golang.org/protobuf/types/known/timestamppb"
25
25
You can’t perform that action at this time.
0 commit comments