I think you can setup datasource in grafana easily. I am also new and started working on it from today. I need to use Python with it so exploring my options
@@jyotitejwani2462 Jyoti Tejwani Can we setup grafana to call my Python sript? Someone created a dashboard in grafana and the buttons (panels) already have a metrics associated to display colour (green/amber based upon record count breaching threshold)....I need to attach another functionality to these buttons/panels which should display some data (numeric) once we click these....at the moment, clicking on it does not do anything....Can we setup grafana in such a way that button/panel click can call my Python program ?
@@ajaybhardwaj4304 Yes we can set up call to python script. But clicking panel won't let you go to your code. You can set up refresh rate where in whatever time you select in that refresh rate the panel would be updated according to your script code.
@@jyotitejwani2462 The panel is already having a Queryname and Metrics attached to show the status by changing color of the panel to Amber/Red/Green. So, how it is possible to setup the refresh rate on this panel please?
Simple, straight and to the point. Thank you for the clear video.
Another nice example. Hope more people find theses soon and get you some more viewership
Useful video, Did you make a backup of the VMs to the repos and exported the backed up VMs to the SQL server?
can I get help about this error message "connectex: No connection could be made because the target machine actively refused it."
👏🏼 Thanks for the great content!
How to add graph for CPU,Memory & wait task for SQL on Grafana monitoring tool?
Is any Plugin is required?
great help. Thank you!
Excellent! 😊
Can we create same way Chart as well ?
As it seems like if you are not using Influx then it will not allow to create chart from database
Is it possible to create charts from SQL source?
What do I need to install in SQL dB server?
nothing needs to be installed in SQL, the data is pulled directly from Grafana via SQL Query
Is there a way for me to connect my sybase DB to grafana
I think you can setup datasource in grafana easily. I am also new and started working on it from today. I need to use Python with it so exploring my options
No grafana doesn't support sybase
@@jyotitejwani2462 Jyoti Tejwani Can we setup grafana to call my Python sript? Someone created a dashboard in grafana and the buttons (panels) already have a metrics associated to display colour (green/amber based upon record count breaching threshold)....I need to attach another functionality to these buttons/panels which should display some data (numeric) once we click these....at the moment, clicking on it does not do anything....Can we setup grafana in such a way that button/panel click can call my Python program ?
@@ajaybhardwaj4304 Yes we can set up call to python script. But clicking panel won't let you go to your code. You can set up refresh rate where in whatever time you select in that refresh rate the panel would be updated according to your script code.
@@jyotitejwani2462 The panel is already having a Queryname and Metrics attached to show the status by changing color of the panel to Amber/Red/Green. So, how it is possible to setup the refresh rate on this panel please?
show