Skip to content

Observability

In addition to the monitoring tools provided on the EPanel, you can also use the following plugins to add observability to your application.

OpenTelemetry

This plugin allows you to integrate your CoreConnect service (Functions, Gateway or both) with your HoneyComb account. This will allow you to monitor your application’s performance and health.

Name CoreConnect.OpenTelemetry
Choice true
Configuration name Honeycomb
Configuration
{
  "ServiceName": "",
  "ApiKey": "",
  "DefaultEndpoint": "https://api.honeycomb.io:443"
}

Application Insights

This plugin allows you to integrate your CoreConnect service (Functions, Gateway or both) with your Azure Application Insights account. This will allow you to monitor your application’s performance and health.

Name CoreConnect.ApplicationInsights
Choice true
Configuration name ApplicationInsights
Configuration
{
  "ConnectionString": ""
}