Skip to content

Commit

Permalink
Add results file to params
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatas committed Sep 23, 2021
1 parent 2dfa88b commit d2730ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ func (c *CommonBenchmarkRunner) pushEventToPrometheus(event string) {
if err := push.New("http://pushgateway:9091", "tsbs_load").
Collector(eventTime).
Grouping("db", c.DBName).
Grouping("results_file", c.ResultsFile).
Grouping("workers", fmt.Sprintf("%d", c.Workers)).
Grouping("batch_size", fmt.Sprintf("%d", c.BatchSize)).
Grouping("insert_intervals", c.InsertIntervals).
Expand Down

0 comments on commit d2730ea

Please sign in to comment.