Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
Signed-off-by: haanhvu <[email protected]>
  • Loading branch information
haanhvu committed Dec 29, 2023
1 parent c209f46 commit 8f50162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/exporters/storageexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func createTracesExporter(ctx context.Context, set exporter.CreateSettings, conf
cfg := config.(*Config)
ex := newExporter(cfg, set.TelemetrySettings)

if ex.requireBatchInsert == true {
if ex.requireBatchInsert {
return exporterhelper.NewTracesExporter(ctx, set, cfg,
ex.exportTraces,
exporterhelper.WithCapabilities(consumer.Capabilities{MutatesData: false}),
Expand Down

0 comments on commit 8f50162

Please sign in to comment.