dio_azure_application_insights_interceptor 0.0.2 copy "dio_azure_application_insights_interceptor: ^0.0.2" to clipboard
dio_azure_application_insights_interceptor: ^0.0.2 copied to clipboard

A Dio interceptor to submit telemetry data to Azure Application Insights

A Dio interceptor that sends request metrics to Azure Application Insights.

This package is inspired by a previous implementation for Firebase.

Usage #

final dio = Dio();
final insightsInterceptor = DioAzureApplicationInsightsInterceptor();
dio.interceptors.add(insightsInterceptor);

Additional information #

The interceptor will auto-configure itself if deployed on Azure and a connection to Application Insights is setup. Auto-configuration happens by reading the environment variable APPLICATIONINSIGHTS_CONNECTION_STRING.

Alternatively either a connection or an existing instance of TelemetryClient can be supplied.

If no parameters are supplied and the environment variable doesn't exist, the observer will not submit any logs (but also not produce any errors).

Note: The interceptor optionally supports injecting a custom HTTP client to submit telemetry data. Do not use the observed Dio instance as HTTP client for telemetry, because this would cause every telemetry item to again generate additional telemetry and thus spamming the logs.

0
likes
0
points
133
downloads

Publisher

verified publisherevoleen.com

Weekly Downloads

A Dio interceptor to submit telemetry data to Azure Application Insights

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

azure_application_insights, dio, http

More

Packages that depend on dio_azure_application_insights_interceptor