08 Feb 2024 10:13 PM - last edited on 09 Feb 2024 08:42 AM by MaciejNeumann
Hello,
is it possible to monitor my application without the OA? So agentless? Not just RUM, but infrastructure monitoring, application monitoring etc.?
Greetings,
Max
Solved! Go to Solution.
09 Feb 2024 02:08 AM
Hi @MaxHeeren ,
As far as I know, the only way that you can do agent-less monitoring of your applications is the method your described for RUM here:
In all other instances, the OA is necessary to inject the code-modules needed for monitoring. This allows for Dynatrace to be able to get the metrics for your analysis.
Thanks,
Taylor Sanchez
09 Feb 2024 02:09 AM
In addition, and follow up question - is there a reason you were asking of this possibility? Are there potential restrictions as to why you may not want to monitor with the agent?
09 Feb 2024 09:57 AM
Hello @Taylor-Sanchez
ah ok! Yes, one of the servers doesn't meet the requirements for the OA.
So for that, the only possible way would be the one describes in agentless RUM?
In order to reach the data, that the OA is collecting automatically, you would need to do a lot of manual instrumentation, correct?
09 Feb 2024 06:45 AM
Hi @MaxHeeren
In addition to agentless RUM, you can get some metrics related to infra using the remote monitoring extensions like the below one. but the only way to get traces and code-level visibility is the OA.
https://www.dynatrace.com/hub/detail/remote-unix-monitoring-20
Thanks,
Islam
13 Feb 2024 07:59 AM
You will need to put some libraries in the host itself and call it from the process startup script, which is almost similar to Oneagent installation.