Application Insights is a little more tightly integrated into Azure-based services than mobile applications. In addition to various standard, out-of-the-box, telemetries that can be collected for services such as Azure App Services and serverless components such as Azure Functions, custom telemetry, trace, and metric collection implementations are possible.
Collecting telemetry data for Azure Service
Application Insights data model
Application Insights telemetry collection can be grouped into three major groups: trace, event, and metric.
- Trace: Trace can be recognized as the simplest form of telemetry. Trace elements generally give a nominal description of an event and are used as a diagnostic log, similar to other...