Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] update otel core #30167

Prev Previous commit
fix typo in test
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Jan 9, 2024
commit ef3e0ea89f54a36ddda03d0d3c478b6de1df54ee
2 changes: 1 addition & 1 deletion cmd/otelcontribcol/exporters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func TestDefaultExporters(t *testing.T) {
cfg.Endpoint = "http:https://" + endpoint
// disable queue/retry to validate passing the test data synchronously
cfg.QueueConfig.Enabled = false
cfg.QueueConfig.Enabled = false
cfg.RetryConfig.Enabled = false
return cfg
},
expectConsumeErr: true,
Expand Down