mirror of
				https://github.com/rfmoz/grafana-dashboards.git
				synced 2025-03-05 20:51:45 -08:00 
			
		
		
		
	Fix uptime panel
Change calculation to lastNotNull instead of mean to show the latest instead of average over interval
This commit is contained in:
		
							parent
							
								
									6df0b6aafd
								
							
						
					
					
						commit
						20dfb3e94f
					
				|  | @ -107,7 +107,7 @@ local graphPanel = grafana.graphPanel; | |||
|             orientation: 'horizontal', | ||||
|             reduceOptions: { | ||||
|               calcs: [ | ||||
|                 'mean', | ||||
|                 'lastNotNull', | ||||
|               ], | ||||
|               fields: '', | ||||
|               values: false, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue