Skip to content

Commit 3d58bd5

Browse files
authored
mixin-utils: drop unsupported step target parameter (#1128)
The actual parameter is called interval so step has no effect. Signed-off-by: György Krajcsovits <[email protected]>
1 parent 359f760 commit 3d58bd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mixin-utils/utils.libsonnet

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ local g = import 'grafana-builder/grafana.libsonnet';
6868
format: 'time_series',
6969
legendFormat: '%(legend)s99th percentile' % legend,
7070
refId: 'A',
71-
step: 10,
7271
},
7372
{
7473
expr: 'histogram_quantile(0.50, sum by (%(sumBy)s) (%(labels)s:%(metric)s_bucket:sum_rate%(selector)s)) * %(multiplier)s' % {
@@ -81,7 +80,6 @@ local g = import 'grafana-builder/grafana.libsonnet';
8180
format: 'time_series',
8281
legendFormat: '%(legend)s50th percentile' % legend,
8382
refId: 'B',
84-
step: 10,
8583
},
8684
{
8785
expr: '%(multiplier)s * sum(%(labels)s:%(metric)s_sum:sum_rate%(selector)s)%(sumBy)s / sum(%(labels)s:%(metric)s_count:sum_rate%(selector)s)%(sumBy)s' % {
@@ -94,7 +92,6 @@ local g = import 'grafana-builder/grafana.libsonnet';
9492
format: 'time_series',
9593
legendFormat: '%(legend)sAverage' % legend,
9694
refId: 'C',
97-
step: 10,
9895
},
9996
],
10097
},

0 commit comments

Comments
 (0)