We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d9b3c commit 4b18609Copy full SHA for 4b18609
processor/transformprocessor/config.go
@@ -30,16 +30,6 @@ type Config struct {
30
LogStatements []common.ContextStatements `mapstructure:"log_statements"`
31
}
32
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
43
var _ component.Config = (*Config)(nil)
44
45
func (c *Config) Validate() error {
0 commit comments