I want to check how many requests are grafana sent in backend

Hello Guys Need help…

here my scenario is i want configure aws cloudwatch with grafana.

i need to check how many requests are grafana sending to cloudwatch. is there any way?

Increase Grafana log level and check Grafana server logs.

CloudWatch itself has usage metrics, where you can see how many requests were received (of course all, nit just from Grafana) or uf you are reaching some limits.

@jangaraj how to increase grafana logs

Look in /etc/grafana/grafana.ini and find the [log] section.

Change what is probably currently:

;level = info

to:

level = debug

Then restart Grafana and watch its log file (or syslog, if you configured that).

Antony.

@pooh this will give me backed log like which api call by grafana