Does Grafana provides option to generate Apdex score based on daily prod performance of application

  • What Grafana version and what operating system are you using?

  • What are you trying to achieve?

Get a performance weekly trends over email and raise alert if any degradation in weekly performance of application

  • How are you trying to achieve it?
    Want to know how it can be done

  • What happened?

  • What did you expect to happen?

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

  • Did you follow any online instructions? If so, what is the URL?

Hi,

It depends on your datasource, for example if you are using prometheus you can achieve this with some custom queries :

Else you need to do custom queries to get the calculation done and then have it visualized in Grafana and configure you alerts.

Hope it helps.

Good Luck