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


In reply to Application Performance Management (APM) for Modern Perl Web Apps by silent11

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.