Skip to content

Commit

Permalink
update otelconfig struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Nov 8, 2023
1 parent 64df59a commit 3fd2a1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions otelcollector/prom-config-validator-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ type OtelConfig struct {
} `yaml:"pipelines"`
Telemetry struct {
Logs struct {
Level interface{} `yaml:"level"`
Encoding interface{} `yaml:"encoding"`
Level interface{} `yaml:"level"`
Encoding interface{} `yaml:"encoding"`
output_paths interface{} `yaml:"output_paths"`
} `yaml:"logs"`
} `yaml:"telemetry"`
} `yaml:"service"`
Expand Down

0 comments on commit 3fd2a1e

Please sign in to comment.