Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle committed May 14, 2024
1 parent 6d9ac8f commit 0146099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
)

var savedLabels = []string{"bs", "jobname", "iodepth", "size", "rw"}}
var savedLabels = []string{"bs", "jobname", "iodepth", "size", "rw"}
var cmdCleanup = regexp.MustCompile(`--(output-format|group_reporting|name|[c|s]*lat_percentiles|runtime|status-interval|time_based)[=]*[^\s]*`)
var alwaysOn = "--output-format=json --lat_percentiles=1 --clat_percentiles=1 --time_based=1 --group_reporting"

Expand Down

0 comments on commit 0146099

Please sign in to comment.