APM .NET agent and Outsystems

Hi everyone, I was wondering if there is a way to connect the APM .NET agent with Outsystems.

Best Regards,

Hi @CristianoFerreira,

if there is a way to connect the APM .NET agent with Outsystems.

It depends on what you would like to do with APM .NET agent in the context of Outsystems which is Low Code solution IIUC and as such not a typical use case for APM.
For example, if Outsystems allows you to use external .NET libraries you can use Elastic APM.NET agent's public API to mark transactions/spans start/end in your custom code. Of course, in order for that information to eventually get to Elasticsearch you will need to configure the application with APM Server URL - you can do it using environment variables (assuming Outsystems allows setting environment variables for process running your custom code).

Hi @Sergey_Kleyman,

Thank you for the reply.

Best Regards,

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.