mirror of https://github.com/grafana/grafana.git
				
				
				
			Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
This commit is contained in:
		
						commit
						5b4fd8e9c8
					
				| 
						 | 
				
			
			@ -77,7 +77,7 @@ export function PrometheusDatasource(instanceSettings, $q, backendSrv, templateS
 | 
			
		|||
 | 
			
		||||
      var query: any = {};
 | 
			
		||||
      query.expr = templateSrv.replace(target.expr, options.scopedVars, self.interpolateQueryExpr);
 | 
			
		||||
      query.requestId = target.expr;
 | 
			
		||||
      query.requestId = options.panelId + target.refId;
 | 
			
		||||
 | 
			
		||||
      var interval = target.interval || options.interval;
 | 
			
		||||
      var intervalFactor = target.intervalFactor || 1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue