Is it possible to create alerts on the service Apd...
# support
c
Is it possible to create alerts on the service Apdex scores, or other metrics that form part of a service, such as error rate per endpoint?
To aid anyone else who comes here searching for the same answer, here's what I got back from support:
Copy code
We don't directly support creating alerts on APM metrics from the services page.
What you can instead do is import this dashboard which is similar to the APM metrics page (except the apdex score) and set alerts on top of it - <https://github.com/SigNoz/dashboards/blob/main/apm/apm-metrics.json>

For the apdex score, you can follow this thread for the formula - <https://knowledgebase.signoz.io/2K742d>

You can create another panel in your dashboard for the apdex score and then create another panel alert on top of it.

You can learn more about the APM metrics using this doc - <https://signoz.io/docs/userguide/custom-apm-dashboards-alerts/>