Is your feature request related to a problem? Please describe.
ID.Web needs to provide telemetry data outlined in TelemetryData.cs.
Describe the solution you'd like
today, the only data available in TelemetryData.cs is the cache level which represents whether or not the cache used is L1 or L2. TelemetryData is exposed in the TokenCacheNotificationArgs` provided during cache operations. ID.Web needs to provide this telemetry data if available.
Additional context
Telemetry PR with the TelemetryData data type: #3737