AzureInsightsConnector

AzureInsightsConnector (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 24 Feb by Xeridia
AzureInsightsConnector

AzureInsightsConnector (ODC)

Documentation
0.1.0

Overview


This .NET extension and service action wrapper facilitate logging into Azure Monitor Application Insights from ODC. 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 ODC 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 ODC for real-time monitoring and performance tracking.


Parameters

  • ConnectionString: The connection string generated on your Azure Environment. Learn more
  • Message: The log message to be sent to Application Insights.
  • SeverityLevel: The severity level of the log message (e.g., Information, Warning, Error). Learn more