Skip to content

Commit 4832ba4

Browse files
committed
fix: fixing compile issue
1 parent 8573d86 commit 4832ba4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/plugins/metrics_sender.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ package plugins
99

1010
import (
1111
"context"
12+
"strings"
13+
14+
"sync"
15+
16+
"github.com/nginx/agent/sdk/v2"
1217
agent_config "github.com/nginx/agent/sdk/v2/agent/config"
1318
"github.com/nginx/agent/sdk/v2/client"
1419
"github.com/nginx/agent/sdk/v2/proto"
1520
models "github.com/nginx/agent/sdk/v2/proto/events"
1621
"github.com/nginx/agent/v2/src/core"
1722
"github.com/nginx/agent/v2/src/core/config"
18-
"strings"
19-
"sync"
2023

2124
log "github.com/sirupsen/logrus"
2225
"go.uber.org/atomic"

0 commit comments

Comments
 (0)