File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
benchmark-overhead/src/test/resources Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ processors:
1414 batch :
1515
1616exporters :
17- logging /logging_debug :
18- loglevel : debug
19- logging /logging_info :
20- loglevel : info
17+ debug /logging_debug :
18+ verbosity : detailed
19+ debug /logging_info :
20+ verbosity : basic
2121
2222service :
2323 pipelines :
2424 traces :
2525 receivers : [otlp]
2626 processors : [batch]
27- exporters : [logging /logging_info]
27+ exporters : [debug /logging_info]
2828 metrics :
2929 receivers : [otlp]
3030 processors : [batch]
31- exporters : [logging /logging_info]
31+ exporters : [debug /logging_info]
3232 logs :
3333 receivers : [otlp]
3434 processors : [batch]
35- exporters : [logging /logging_info]
35+ exporters : [debug /logging_info]
3636
3737 extensions : [health_check]
You can’t perform that action at this time.
0 commit comments