Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Telemetry

Yashraj Mungale (Tata Consultancy Services) edited this page Jun 11, 2020 · 4 revisions

Telemetry

The Scrums for Group Chat web app logs telemetry to Azure Application Insights. You can go to the respective Application Insights blade of the Azure App Services to view basic telemetry about your services, such as requests, failures, and dependency errors, custom events, traces etc. .

The bot integrates with Application Insights to gather bot activity analytics, as described here.

The Teams Bot logs a few kinds of events:

The Activity event:

  • Basic activity info: ActivityId, ActivityType, Event Name
  • Basic user info: From ID

The UserActivity event:

  • Basic activity info: ActivityId, ActivityType, Event Name
  • Context of how it was invoked: ConversationType, ConversationId

Trace logs keeps the track of application events and also logs the user activities.

Exceptions logs keeps the records of exceptions tracked in the application.

Clone this wiki locally