Skip to content

Commit 0ec7eba

Browse files
committed
Fix map
1 parent 8882317 commit 0ec7eba

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

etc/grafana/provisioning/dashboards/fingr-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
"type": "prometheus",
619619
"uid": "prometheus"
620620
},
621-
"expr": "sum by(latitude_bucket, longitude_bucket, address) (increase(fingr_location_requests_total[1h]))",
621+
"expr": "sum by(latitude_bucket, longitude_bucket, address) (increase(fingr_location_requests_total[$__range])) > 0",
622622
"format": "table",
623623
"instant": true,
624624
"legendFormat": "__auto",

motd.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Message to show below forecast. One per line.
22
Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK.
3+
Location data is © OpenStreetMap contributors

motd.txt-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Message to show below forecast. One per line.
22
Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK.
3-
News: This service has been rewritten due to API changes. Check help if you experience problems.
3+
Location data is © OpenStreetMap contributors
44
Tip: You can use more advanced location searches than before. Check help.
55
Tip: You can ask for wind chill. Add ¤ in front of location name.
6-
Tip: You can search by coordinates. Check help.
6+
Tip: You can search by coordinates. Check help (finger help@graph.no)

0 commit comments

Comments
 (0)