Telemetry - microsoft/microsoft-teams-brainy-bot GitHub Wiki

Telemetry

Application Insights

Brainy provides sophisticated telemetry logging in Application Insights. These logs include:

  • Traces of all bot actions
  • Logs of user errors, such as when a task form is not filled in completely or when a user attempts to accept an already accepted task
  • Default Application Insights traces such as unexpected errors

SQL Database

In addition, Brainy provides robust relational data for bot events. This relational data includes:

  • Traces of user actions (assignment, task declining/accepting)
  • Task information
  • Action history (task declining/accepting)
  • Assignment history
  • Feedback history

Example of the assignments database table