Skip to content

Commit

Permalink
clusterbuster avg uperf
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat committed Sep 27, 2023
1 parent 2c31b74 commit 54e39dc
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 54e39dc

Please sign in to comment.