-
Notifications
You must be signed in to change notification settings - Fork 56
Add ConfigInfo Telemetry #420
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
Conversation
The description said "add ConfigInfo as a dictionary" but the screenshot shown a string property named "LoginExperienceV2". Which one is correct? |
Hi @isra-fel, thanks for asking. ConfigInfo is a dictionary, { "LoginExperienceV2" = "On"} is one of key-value pair inside it. For instance, if we decide to track the value of EnableLoginByWam, its value will be { "LoginExperienceV2" = "On"; EnableLoginByWam = "true"}. Eventually, all key-value pairs in ConfigInfo will be taken one by one and included into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name ConfigInfo
is too general - others may mix it up with ConfigDefinition
. Consider ConfigMatrics
or ConfigTelemetry
etc
Uh oh!
There was an error while loading. Please reload this page.