Hello there,
I ask myself if there is a way to integrate other platforms like mobile apps or desktop applications (WinForms, WPF, ...) into RUM (i guess not) and if not, if it is planned to provide souch integrations?
Because I am currently integrating APM in my WinForms application and wonder if it is the right way to get some insight how long database calls after a button click take.
Hello @holterbades, welcome to our community!
The best approach in your case is to create traces using Elastic APM directly.
Here are a few links that might help you get started:
Hi Alex,
Thank you for your response.
So this is actually exactly the way i am following at the moment. I use APM to create Traces and Spans manually.
So i assume there is no plan for a RUM integration for other platforms than JavaScript?