Skip to content

search: add panel for ranking to frontend dashboard

Administrator requested to merge sh/add-panel-for-ranking into main

Created by: stefanhengl

This adds a new panel "ranking" to the frontend dashboard (see screenshot). The data is based on user clicks we track on the search results page.

Screenshot 2022-02-02 at 13 59 01

Test plan: I ran a local instance of Grafana with live production data from Prometheus and inspected the panel visually.

Start a local instance of Grafana. Make sure to run it without Prometheus by removing Prometheus from sg.config.yaml.

sg start monitoring

Forward port 9090 to our production instance of Prometheus

kubectl port-forward -n prod $(kubectl get pod -n prod | grep prometheus | awk '{print $1}') 9090:9090

Merge request reports

Loading