Skip to content

Commit ef364ae

Browse files
authored
remove unused/wrong step param (#999)
1 parent 2f10b97 commit ef364ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grafana-builder/grafana.libsonnet

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
291291
format: 'time_series',
292292
intervalFactor: 2,
293293
legendFormat: ql.l,
294-
step: 10,
295294
}
296295
for ql in qsandls
297296
],
@@ -371,7 +370,6 @@
371370
instant: true,
372371
intervalFactor: 2,
373372
legendFormat: '',
374-
step: 10,
375373
refId: std.char(65 + i),
376374
}
377375
for i in std.range(0, std.length(qs) - 1)
@@ -449,7 +447,6 @@
449447
intervalFactor: 2,
450448
legendFormat: '{{status}}',
451449
refId: 'A',
452-
step: 10,
453450
},
454451
],
455452
} + $.stack,
@@ -463,23 +460,20 @@
463460
intervalFactor: 2,
464461
legendFormat: '99th Percentile',
465462
refId: 'A',
466-
step: 10,
467463
},
468464
{
469465
expr: 'histogram_quantile(0.50, sum(rate(%s_bucket%s[$__rate_interval])) by (le)) * %s' % [metricName, selector, multiplier],
470466
format: 'time_series',
471467
intervalFactor: 2,
472468
legendFormat: '50th Percentile',
473469
refId: 'B',
474-
step: 10,
475470
},
476471
{
477472
expr: 'sum(rate(%s_sum%s[$__rate_interval])) * %s / sum(rate(%s_count%s[$__rate_interval]))' % [metricName, selector, multiplier, metricName, selector],
478473
format: 'time_series',
479474
intervalFactor: 2,
480475
legendFormat: 'Average',
481476
refId: 'C',
482-
step: 10,
483477
},
484478
],
485479
yaxes: $.yaxes('ms'),

0 commit comments

Comments
 (0)