File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: 1
22
33providers :
44 - name : ' Fingr Dashboards'
5- orgId : 1
65 folder : ' '
76 type : file
87 disableDeletion : false
Original file line number Diff line number Diff line change 335335 "type" : " prometheus" ,
336336 "uid" : " prometheus"
337337 },
338- "expr" : " sum by(operation) (rate( fingr_location_cache_operations_total[5m])) " ,
338+ "expr" : " fingr_location_cache_operations_total" ,
339339 "legendFormat" : " {{operation}}" ,
340340 "refId" : " A"
341341 }
391391 "type" : " prometheus" ,
392392 "uid" : " prometheus"
393393 },
394- "expr" : " sum by(status) (rate( fingr_weather_data_freshness_total[5m])) / sum(rate(fingr_weather_data_freshness_total[5m])) * 100 " ,
394+ "expr" : " fingr_weather_data_freshness_total" ,
395395 "legendFormat" : " {{status}}" ,
396396 "refId" : " A"
397397 }
Original file line number Diff line number Diff line change @@ -6,6 +6,5 @@ datasources:
66 access : proxy
77 url : http://prometheus:9090
88 uid : prometheus
9- orgId : 1
109 isDefault : true
1110 editable : true
You can’t perform that action at this time.
0 commit comments