![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Application Performance Management (APM) for Modern Perl Web Appsby silent11 (Vicar) |
on Jan 20, 2020 at 21:24 UTC ( #11111653=perlquestion: print w/replies, xml ) | Need Help?? |
silent11 has asked for the wisdom of the Perl Monks concerning the following question:
APM tools like AppDynamics and Elastic APM support Java, PHP, Python, .NET and other various application languages out of the box.
Using JavaScript includes (via script tags) from these APM tools I'm able to perform the RUM (Real user monitoring) of the front-end, however I'm looking for a way to instrument the actual execution on the server side to understand how long business logic is taking, or database calls, etc.. from a Mojolicious app, ideally within the same APM tool/suite so I can correlate metrics between the front-end, the application, and the host. Have any of you instrumented a "modern" Perl web app using either of these popular/commercial APM frameworks? (or even a different widely-used framework?) My goal is to correlate the RUM results with the APM metrics coming from the server, database, and other various tiers in this application stack. Thanks, silent11
Back to
Seekers of Perl Wisdom
|
|