Deepa Katikineni
12/15/2022, 3:16 AMSrikanth Chekuri
12/16/2022, 5:52 AMHow can we Setup for Play Application as play applications are not deployed as jar file- any documentation will be helpfulYou can use
JAVA_OPTS
and javaagent
args to get it work. It would look like following.
JAVA_OPTS="... -javaagent:path/to/opentelemetry-javaagent.jar ..." activator run
It can be done usingDoes Signoz support business logic level metrics and in business layer if we get exception how can we integrate with alertsYou can also send application metrics to SigNoz. In the alerts section if you start a new alert it shows the samples query that shows you how to create alerts (this comes from traces). If you are sending it as metric you can create alert just like how you would do it for regular requests. More about alerts here https://signoz.io/docs/userguide/alerts-management/