Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update cmd/recorder/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
willscott and rvagg committed May 3, 2023
1 parent 773915a commit 8ea7178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/recorder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
mongoAddr := flag.String("mongo", "", "A Mongo endpoint to write to.")
mongoDB := flag.String("mongoDB", "", "The Mongo DB to write to.")
mongoCollection := flag.String("mongoCollection", "", "The Mongo Collection to write to.")
mongoPercent := flag.Float64("mongoPercent", 0.0, "How many aggregate writes to push to mongo")
mongoPercent := flag.Float64("mongoPercent", 0.0, "Percentage chance that a write will push to mongo [0,1]")

flag.Parse()

Expand Down

0 comments on commit 8ea7178

Please sign in to comment.