|
|
@@ -41,7 +41,7 @@ function (angular, _, moment, dateMath, kbn, templatingVariable) {
|
|
|
item.namespace = templateSrv.replace(item.namespace, options.scopedVars);
|
|
|
item.metricName = templateSrv.replace(item.metricName, options.scopedVars);
|
|
|
item.dimensions = self.convertDimensionFormat(item.dimensions, options.scopeVars);
|
|
|
- item.period = self.getPeriod(item, options);
|
|
|
+ item.period = String(self.getPeriod(item, options)); // use string format for period in graph query, and alerting
|
|
|
|
|
|
return _.extend({
|
|
|
refId: item.refId,
|