switnet-ltd / quick-jibri-installer

Bash installer for Jitsi Meet along with Jibri on *buntu LTS based systems | Documentation Available at the Wiki
GNU General Public License v3.0
104 stars 63 forks source link

How to use grafana #19

Closed daxiondi closed 3 years ago

daxiondi commented 3 years ago

Is there a good tutorial on how to use grafana with jitsi?

Like this one https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696/6

Ark74 commented 3 years ago

To use or to install?

daxiondi commented 3 years ago

use

Ark74 commented 3 years ago

Ohh, no sorry that is out of the scope of this repository. Closing.

daxiondi commented 3 years ago

I just want to ask how it's better to use jitsi in grafana

Ark74 commented 3 years ago

It depends on the needs of the user, you can set it to monitor specific data. Jitsi will keep doing what jitsi does, it isn't aware of grafana at all, it only sends logs to a specific output and grafana plots that data based on your setup needs.

The script will install a popular dashboard, you can build your own, but that is again out of the scope of this repo, there is no way one dashboard will meet the need of everyone. Jitsi community or grafana docs may be a good place to start, then start testing based on your needs.

Find what are your needs and stick to the path it takes you to learn that.

daxiondi commented 3 years ago

Thank