Monitor connections to Grafana

Hi,

Is it possible to monitor the concurrent connections to a grafana server? i need to check if my users are logging in and using the dashboards we’ve provided to them.

Is there a setting to do something like this or would i need to connect to the database backend or the web server service that Grafana runs on.

Thanks!

I know i can turn on router logging and get the http requests from there.

I have multiple organisations and users so if there is a way to get stats from the internal Grafana DB so i can build reports for each organisation. Is this possible or wiill i have to parse the log files?