Skip to content

Commit d69049c

Browse files
author
Agent
committed
Add Nominatim lookup duration to Grafana dashboard
- Added query for fingr_nominatim_lookup_duration_seconds to Processing Time Breakdown panel - Shows p95 latency of Nominatim geocoding lookups in stacked graph - Helps identify when external geocoding service becomes a bottleneck
1 parent 74fdd73 commit d69049c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,15 @@
743743
"expr": "histogram_quantile(0.95, rate(fingr_formatting_duration_seconds_bucket[5m]))",
744744
"legendFormat": "Formatting",
745745
"refId": "C"
746+
},
747+
{
748+
"datasource": {
749+
"type": "prometheus",
750+
"uid": "prometheus"
751+
},
752+
"expr": "histogram_quantile(0.95, rate(fingr_nominatim_lookup_duration_seconds_bucket[5m]))",
753+
"legendFormat": "Nominatim Lookup",
754+
"refId": "D"
746755
}
747756
],
748757
"title": "Processing Time Breakdown (p95)",

0 commit comments

Comments
 (0)