Skip to content

Commit

Permalink
fix(otelbench): run clickhouse reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Apr 26, 2024
1 parent a2f026d commit 052a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otelbench/otel_log_bench.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func newOtelLogsBenchCommand() *cobra.Command {
if err := b.prepareTargets(args); err != nil {
return err
}
return b.run(ctx)
return b.Run(ctx)
},
}
f := cmd.Flags()
Expand Down

0 comments on commit 052a57e

Please sign in to comment.