Skip to content
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

Telemetry: Record when a mount succesfully starts #437

Merged
merged 1 commit into from
Nov 1, 2018

Conversation

jeschu1
Copy link
Member

@jeschu1 jeschu1 commented Oct 29, 2018

Add a telemetry marker so we can tell if a mount successfully came up

@@ -141,7 +141,8 @@ public void Mount(EventLevel verbosity, Keywords keywords)
// Use TracingConstants.MessageKey.InfoMessage rather than TracingConstants.MessageKey.CriticalMessage
// as this message should not appear as an error
{ TracingConstants.MessageKey.InfoMessage, "Virtual repo is ready" },
});
},
Keywords.Telemetry);
Copy link
Member

@wilbaker wilbaker Oct 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this still be EventLevel.Critical, or can we make this Info level (see line 137)?

CC: @sanoursa. Saeed, do you remember if we perviously got push back for Critical + Telemetry events?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I discussed this with @sanoursa offline and he agreed this should no longer be Critical.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wilbaker , I updated as suggested

Copy link
Member

@wilbaker wilbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update event so that it's no longer Critical (and confirm that it's still being recorded properly, even at Info level).

@jeschu1 jeschu1 merged commit b03ecc7 into microsoft:master Nov 1, 2018
@jrbriggs jrbriggs added this to the S147 milestone Feb 7, 2019
@jrbriggs jrbriggs added the affects: live-site Improving our ability to diagnose and fix the product label Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: live-site Improving our ability to diagnose and fix the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants