14
Views
1
Comments
[AppInsights] Can I use this library to monitor the server side in AppInsights?
appinsights-oml
Reactive icon
Forge asset by Arun Kumar
Application Type
Reactive
Service Studio Version
11.54.76 (Build 63581)

Using this library I'm sending information from the client side of my OutSystems application to AppInsights. Calling the "Init" and "SetAuthenticatedUserContext" client actions from the OnApplicationReady of my UI module.

Can I also send information from the server side?

I think this library doesn't support it, if so, could you help me with an alternative?

2023-01-19 12-23-07
Abhinav Shilwant

Hi @María González Martínez

Yes, you can send server-side information to Application Insights, but this specific library you mentioned may not support that functionality. To enable server-side logging and monitoring with Application Insights, you can use the built-in Application Insights SDK that is compatible with .NET and integrate it into your OutSystems server-side code.

If the AppInsights (O11) library does not support server-side logging, consider setting up custom telemetry directly in your server-side logic by integrating the Application Insights SDK in the OutSystems backend. Alternatively, you can also look into creating REST or SOAP API calls that push server-side metrics or logs to Application Insights.

Hope this helps!

Regards,

Abhinav

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.