we have a Python/Flask/PostgreSQL application, monitored by Site24x7.
Is it possible to get some of the APM dashboard/monitoring
functionality by implementing the necessary metrics ourselves on our
servers and pushing them to the Site24x7 site? I.e. similar (but
simpler) to how the Java/DotNet and Ruby agents work.
If yes, would we need to start from a blank slate or are there
examples for how to publish APM metrics to the system?
It would be relatively straightforward for us to compute requests
per second and request latency, as well as information about
database queries made and their latency. The overview dashboards
monitoring various servers of our system would be very valuable.
Any hints, pointers to documentation or example code would be
much appreciated.
Thanks!