dashboard
https://k6.io/docs/using-k6/metrics/
https://grafana.com/docs/grafana/latest/administration/user-management/manage-dashboard-permissions/
https://grafana.com/docs/grafana/latest/datasources/prometheus/template-variables/
https://grafana.com/docs/grafana/latest/dashboards/
https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/best-practices/
https://grafana.com/blog/2018/08/02/the-red-method-how-to-instrument-your-services/
- Rate (the number of requests per second)
- Errors (the number of those requests that are failing)
- Duration (the amount of time those requests take)
The RED Method is a good proxy to how happy your customers will be
- Latency (time taken to serve a request)
- Traffic (how much demand is placed on your system)
- Errors (rate of requests that are failing)
- Saturation (how “full” your service is)
https://grafana.com/docs/grafana/latest/dashboards/manage-dashboards/
- Dashboard folder
- Dashboard permissions
- Export and import dashboards