Skip to content

Commit

Permalink
Merge pull request #318 from ebattat/clusterbuster_avg_uperf_time
Browse files Browse the repository at this point in the history
clusterbuster avg uperf
  • Loading branch information
ebattat authored Sep 27, 2023
2 parents 2c31b74 + 54e39dc commit 981f566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafonnet_generator/grafana/perf/jsonnet/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3505,7 +3505,7 @@ g.dashboard.new('PerfCI-Regression-Summary-Test')
+ elasticsearch.withMetrics([
elasticsearch.metrics.MetricAggregationWithSettings.Average.withField('avg_time_op')
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withId('1')
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.settings.withScript('_value*1000')
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.settings.withScript('_value*1000000')
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withType('avg')

])
Expand Down

0 comments on commit 981f566

Please sign in to comment.