Display user ID in the metrics of application Insight -


this page http://azure.microsoft.com/en-us/documentation/articles/app-insights-web-track-usage-custom-events-metrics/#authenticated-users

show how have login information in section "authenticated users".

but how can see information in application insight after that

i not see user anywhere in custom event properties events, seems internal field that's collected not directly exposed in view because of time "auto-collected" user auto-generated guid....

you can take @ users summary on "usage analytics/users" view in metric explorer (just select metrics app users "user accounts"...)

you should able search user in diagnostic search if specify user name looking in search - you'll events/traces , on particular user.

also, can try submit authenticated user custom property on event instead of (in addition to) embedded property, in case should see if part of properties in ui leads duplication of value inside event (internal + custom)...


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -