27 Sep 2024 04:06 PM - last edited on 30 Sep 2024 07:12 AM by MaciejNeumann
Can dynatrace be used to monitor user session/action, resource utilizations and other parameter of the Devices such as RFGen (scanning devices) which are developed in .NET MAUI without causing overheads and device slowness.
Solved! Go to Solution.
27 Sep 2024 07:06 PM
Hi @gsaharan
Dynatrace supports the monitoring of custom applications through creating custom apps under deploy Dynatrace.
As per the highlighted technology you can refer to Dynatrace documentation regarding instrumenting the custom application .NET
For monitoring custom devices:
so you will have visibility on both custom devices and Real user monitoring as well.
Remarks:
Regards,
Peter.
27 Sep 2024 07:09 PM
Hi @gsaharan
Regards,
peter.
27 Sep 2024 07:17 PM
Hi @gsaharan you will have the ability to ingest the required events via environment api v2
if you have the required permissions, you can utilize the rest api by SRE team to ingest events into the custom devices.
Thanks.