How to check the telemetry of usage of a Channel notification

Microsoft

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

3 Replies
We will look into it and get back to you.
I will wait for your response. Thank you
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