Skip to content

Commit b44ff4b

Browse files
committed
fix merge conflicts
1 parent 2de9913 commit b44ff4b

File tree

1 file changed

+1
-4
lines changed
  • internal/collector/nginxplusreceiver

1 file changed

+1
-4
lines changed

internal/collector/nginxplusreceiver/config.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ import (
1616
"github.com/nginx/agent/v3/internal/collector/nginxplusreceiver/internal/metadata"
1717
)
1818

19-
const (
20-
defaultCollectInterval = 10 * time.Second
21-
defaultTimeout = 10 * time.Second
22-
)
19+
const defaultCollectInterval = 10 * time.Second
2320

2421
type Config struct {
2522
confighttp.ClientConfig `mapstructure:",squash"`

0 commit comments

Comments
 (0)