Skip to content

Commit

Permalink
remove deprecated exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Oct 14, 2024
1 parent 8be2bd9 commit dcbb1b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions otlpinf/otlpinf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,13 @@ func TestOtlpinfCreateDeletePolicy(t *testing.T) {
},
},
"exporters": map[string]interface{}{
"logging": map[string]interface{}{
"loglevel": "debug",
},
"debug": map[string]interface{}{},
},
"service": map[string]interface{}{
"pipelines": map[string]interface{}{
"metrics": map[string]interface{}{
"receivers": []string{"otlp"},
"exporters": []string{"logging"},
"exporters": []string{"debug"},
},
},
},
Expand Down

0 comments on commit dcbb1b3

Please sign in to comment.