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 8be2bd9 commit dcbb1b3Copy full SHA for dcbb1b3
otlpinf/otlpinf_test.go
@@ -155,15 +155,13 @@ func TestOtlpinfCreateDeletePolicy(t *testing.T) {
155
},
156
157
"exporters": map[string]interface{}{
158
- "logging": map[string]interface{}{
159
- "loglevel": "debug",
160
- },
+ "debug": map[string]interface{}{},
161
162
"service": map[string]interface{}{
163
"pipelines": map[string]interface{}{
164
"metrics": map[string]interface{}{
165
"receivers": []string{"otlp"},
166
- "exporters": []string{"logging"},
+ "exporters": []string{"debug"},
167
168
169
0 commit comments