Skip to content

Commit ddae701

Browse files
committed
fix: fix ut
1 parent 28948e3 commit ddae701

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/config/types.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ type (
171171

172172
// OTel Collector Processors configuration.
173173
Processors struct {
174-
Attribute map[string]*Attribute `yaml:"attribute" mapstructure:"attribute"`
175-
Resource map[string]*Resource `yaml:"resource" mapstructure:"resource"`
176-
Batch map[string]*Batch `yaml:"batch" mapstructure:"batch"`
177-
LogsGzip map[string]*LogsGzip `yaml:"logsgzip" mapstructure:"logsgzip"`
178-
SecurityViolations map[string]*SecurityViolations `yaml:"syslog" mapstructure:"syslog"`
174+
Attribute map[string]*Attribute `yaml:"attribute" mapstructure:"attribute"`
175+
Resource map[string]*Resource `yaml:"resource" mapstructure:"resource"`
176+
Batch map[string]*Batch `yaml:"batch" mapstructure:"batch"`
177+
LogsGzip map[string]*LogsGzip `yaml:"logsgzip" mapstructure:"logsgzip"`
178+
SecurityViolations map[string]*SecurityViolations `yaml:"securityviolations" mapstructure:"securityviolations"`
179179
}
180180

181181
Attribute struct {

0 commit comments

Comments
 (0)