-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Update ID.Web.TokenCache to provide telemetry data during authentication. #4137
Comments
@trwalke should this be transferred in the Id.Web repo? |
+1 to @jmprieur 's question. Also, can we see an example of the data from kusto? Is this part of the current telemetry being sent with msalCur/msalLast or something else? If part of current telemetry, do you have a link to the update in the ADO repo of the telemetry schema? |
Agreed this should be moved to Id.Web repo for tracking. We can use a simple card (non-issue) to track progress on the MSAL.NET board. @jennyf19 - this is the client telemetry, not HTTP telemetry, although it would be interesting to see this in HTTP telemetry as well, but not sure how to log it. Epic is tracked with - #3784 and spec for client telemetry is here |
There were issues already created: |
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
The text was updated successfully, but these errors were encountered: