File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ local g = import 'grafana-builder/grafana.libsonnet';
68
68
format: 'time_series' ,
69
69
legendFormat: '%(legend)s99th percentile' % legend,
70
70
refId: 'A' ,
71
- step: 10 ,
72
71
},
73
72
{
74
73
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';
81
80
format: 'time_series' ,
82
81
legendFormat: '%(legend)s50th percentile' % legend,
83
82
refId: 'B' ,
84
- step: 10 ,
85
83
},
86
84
{
87
85
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';
94
92
format: 'time_series' ,
95
93
legendFormat: '%(legend)sAverage' % legend,
96
94
refId: 'C' ,
97
- step: 10 ,
98
95
},
99
96
],
100
97
},
You can’t perform that action at this time.
0 commit comments