azure-insights-connector
Service icon

Azure Insights Connector

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 22 Jan
 by 
Xeridia
0.0
 (0 ratings)
azure-insights-connector

Azure Insights Connector

Documentation
1.0.0

Overview


This .NET extension and service action wrapper facilitate logging into Azure Monitor Application Insights from OutSystems. It configures a TelemetryClient using a connection string, logs messages with various severity levels, and handles errors. This integration allows for seamless real-time monitoring and performance tracking within OutSystems applications.


Key Features


  • TelemetryClient Configuration: Utilizes a connection string to set up the TelemetryClient.
  • Logging: Supports logging messages with different severity levels (e.g., Information, Warning, Error).
  • Error Handling: Manages errors effectively to ensure reliable logging.
  • Seamless Integration: Designed to work smoothly with OutSystems for real-time monitoring and performance tracking.


Usage Instructions


In order to log messages to Azure Monitor Application Insights, simply use the LogToAzureInsights service action provided by the wrapper. This approach is recommended to minimize the impact of component updates.


Parameters

  • Message: The log message to be sent to Application Insights.
  • SeverityLevel: The severity level of the log message (e.g., Information, Warning, Error).