Tools for monitoring and measurement

Hi Team - What are the standard or recommended measurement / monitoring tools available for Daml?
Where is the telemetry stored and how is it accessed?

Thanks,
Tom

Apart from the compiler, which is a native binary, all of the components are normal JVM processes and can be monitored using standard tools. Canton has comprehensive documentation about observability in terms of tracing, logging and metrics collection that you can find explained in detail in this page on the documentation. The HTTP JSON API Service also has a similar page that touches on logging and metrics as well.