Skip to content

Commit

Permalink
Updated message_size column in Uperf Result Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
smanda99 committed Feb 9, 2024
1 parent 62ccf3a commit 308f597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/uperf/panels.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ local g = import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonn
"properties": [
{
"id": "unit",
"value": "Bps"
"value": ""
},
{
"id": "custom.align",
Expand Down
3 changes: 1 addition & 2 deletions assets/uperf/queries.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ local elasticsearch = g.query.elasticsearch;

elasticsearch.metrics.MetricAggregationWithSettings.Average.withField("norm_ops")
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withId("6")
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withType('avg')
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.settings.script.withInline('_value * 8'),
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withType('avg'),

elasticsearch.metrics.MetricAggregationWithSettings.Average.withField("norm_ltcy")
+ elasticsearch.metrics.MetricAggregationWithSettings.Average.withId("7")
Expand Down
2 changes: 1 addition & 1 deletion templates/General/uperf-v2.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ g.dashboard.new('Public - UPerf Results dashboard')
+ g.dashboard.withTimezone('utc')
+ g.dashboard.timepicker.withRefreshIntervals(['5s', '10s', '30s', '1m', '5m', '15m', '30m', '1h', '2h', '1d'])
+ g.dashboard.timepicker.withTimeOptions(['5m', '15m', '1h', '6h', '12h', '24h', '2d', '7d', '30d'])
+ g.dashboard.withRefresh('30s')
+ g.dashboard.withRefresh('')
+ g.dashboard.withEditable(false)
+ g.dashboard.graphTooltip.withSharedCrosshair()
+ g.dashboard.withVariables([
Expand Down

0 comments on commit 308f597

Please sign in to comment.