Tools for monitoring and measurement
App Development2 posts151 viewsLast activity Apr 2022
TO
Tom_CorbettOP
Apr 2022Hi 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
ST
stefanobaghino-da
Apr 2022Apart 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.