OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
172 stars 204 forks source link

User Reporting/Metrics #139 #246

Closed LindaSchaar closed 2 years ago

LindaSchaar commented 2 years ago

I can not add @Nandeesh82?

He answered me with this answer about if it is possible to see how much people pressed pause in a Teams Ice Breaker Bot: go-to icebreaker analytics and select the user notified count, it will provide details about how many pairs identified. it will not give exactly how many user press pause, but if your team have 100 team members and pair notified count is 40, then assume that 10 users pressed the pause button.

Can you please tell me where is the icebreaker analytics? and how to get the details? And is there a overview with all bots in one view? or should i select every time a new ice breaker bot?

And the last question were can i sett this up in Azuyre? https://github.com/OfficeDev/microsoft-teams-apps-icebreaker/wiki/Telemetry

Thanks in advance!

Porkai-Pandian commented 2 years ago

Hi @LindaSchaar

Thank you for posting your query, there are 2 ways where you can identify how many users pressed pause the match, you refer to Azure Cosmos DB table as mentioned in the below image to see how many users have false for optedIn field.

image

You can also refer to Azure App Insights to get the metrics on how many users notified based on which you can determine the users count who paused the match.

image

Porkai-Pandian commented 2 years ago

Hi @LindaSchaar, I hope we've answered your question, closing this issue, if you still have any questions, please open a new issue.