We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de9913 commit b44ff4bCopy full SHA for b44ff4b
internal/collector/nginxplusreceiver/config.go
@@ -16,10 +16,7 @@ import (
16
"github.com/nginx/agent/v3/internal/collector/nginxplusreceiver/internal/metadata"
17
)
18
19
-const (
20
- defaultCollectInterval = 10 * time.Second
21
- defaultTimeout = 10 * time.Second
22
-)
+const defaultCollectInterval = 10 * time.Second
23
24
type Config struct {
25
confighttp.ClientConfig `mapstructure:",squash"`
0 commit comments