Forum Discussion
rakatuko
Aug 01, 2022Microsoft
How to check the telemetry of usage of a Channel notification
Team,
Recently we have implemented automation to post a few notifications with URL links in a Teams channel. We would like to understand the usage of those notifications. Can you please shed some light of how to check the telemetry?
Thanks
- ChetanSharma-msftMicrosoftWe will look into it and get back to you.
- rakatukoMicrosoftI will wait for your response. Thank you
- Sayali-MSFTMicrosoftTelemetry channels are responsible for buffering telemetry items and sending them to the Application Insights service, where they're stored for querying and analysis. A telemetry channel is any class that implements the Microsoft.ApplicationInsights.ITelemetryChannel interface.
Reference doc-1.https://docs.microsoft.com/en-us/rest/api/notificationhubs/get-notification-message-telemetry
2.https://docs.microsoft.com/en-us/azure/azure-monitor/app/telemetry-channels