Could any of you please clarify ...
# support
d
Could any of you please clarify 1. How can we Setup for Play Application as play applications are not deployed as jar file- any documentation will be helpful 2. Does Signoz support business logic level metrics and in business layer if we get exception how can we integrate with alerts- for example when an exception occurs in code does Signoz- any guidance documentation alert. 3. Installing Signoz on ECS- any guidance notes would be greatly appreciated
s
How can we Setup for Play Application as play applications are not deployed as jar file- any documentation will be helpful
You can use
JAVA_OPTS
and
javaagent
args to get it work. It would look like following.
Copy code
JAVA_OPTS="... -javaagent:path/to/opentelemetry-javaagent.jar ..." activator run
It can be done using
Does Signoz support business logic level metrics and in business layer if we get exception how can we integrate with alerts
You 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/