Forum Discussion
rakatuko
Microsoft
Aug 01, 2022How 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
- rakatuko
Microsoft
I will wait for your response. Thank you- Sayali-MSFT
Microsoft
Telemetry 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
- ChetanSharma-msft
Microsoft
We will look into it and get back to you.