Skip to content

Commit f4fb5d0

Browse files
committed
fix: adding debug logs
1 parent 691d54b commit f4fb5d0

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

src/plugins/metrics_sender.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import (
1111
"context"
1212
"strings"
1313

14-
"sync"
15-
14+
"github.com/nginx/agent/sdk/v2"
1615
agent_config "github.com/nginx/agent/sdk/v2/agent/config"
1716
"github.com/nginx/agent/sdk/v2/client"
1817
"github.com/nginx/agent/sdk/v2/proto"
1918
models "github.com/nginx/agent/sdk/v2/proto/events"
2019
"github.com/nginx/agent/v2/src/core"
2120
"github.com/nginx/agent/v2/src/core/config"
21+
"sync"
2222

2323
log "github.com/sirupsen/logrus"
2424
"go.uber.org/atomic"

test/integration/vendor/github.com/nginx/agent/sdk/v2/agent/config/config_helpers.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/performance/vendor/github.com/nginx/agent/sdk/v2/agent/config/config_helpers.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/performance/vendor/github.com/nginx/agent/v2/src/plugins/features.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/performance/vendor/github.com/nginx/agent/v2/src/plugins/metrics_sender.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)