Skip to content

Commit 4b18609

Browse files
authored
[processor/transform] Remove unused structs (#18240)
Remove unused structs
1 parent 79d9b3c commit 4b18609

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

processor/transformprocessor/config.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ type Config struct {
3030
LogStatements []common.ContextStatements `mapstructure:"log_statements"`
3131
}
3232

33-
type OTTLConfig struct {
34-
Traces SignalConfig `mapstructure:"traces"`
35-
Metrics SignalConfig `mapstructure:"metrics"`
36-
Logs SignalConfig `mapstructure:"logs"`
37-
}
38-
39-
type SignalConfig struct {
40-
Statements []string `mapstructure:"statements"`
41-
}
42-
4333
var _ component.Config = (*Config)(nil)
4434

4535
func (c *Config) Validate() error {

0 commit comments

Comments
 (0)