serputko / performance-testing-framework

Framework allows to perform load testing with Apache Jmeter, view application/server metrics in real-time with Grafana, analyze errors cause with detailed traces for failed requests, compare different test runs in scripted dashboard and perform frontend performance testing with sitespeed.io+webpagetest
Apache License 2.0
404 stars 209 forks source link

A question about customizing dashboard #16

Closed djmanju closed 5 years ago

djmanju commented 5 years ago

I really like this dashboard, save me a lot of time indeed to build everything. Question : How and where can I customize the grafana dashboard 'load-test-monitoring'

serputko commented 5 years ago

Hey @djmanju you could edit each panel or add new ones to dashboard at the same place where you view dashboard. Basic concepts are placed here: http://docs.grafana.org/guides/getting_started/

djmanju commented 5 years ago

thanks @serputko For some reason I can't see edit option on each panel! I see only 'View', 'Share' and 'More> Panel Json'. Is there a way I could edit it on the config file in the backend (I couldn't figure out where the dashboard file is)

serputko commented 5 years ago

Got it @djmanju You need to login first, login button is in the left bottom corner. image After that you should be able to edit panels

djmanju commented 5 years ago

ah Thank you! That worked. Now I'm able to edit/delete!