-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Update use-the-system-health-session.md #9874
base: live
Are you sure you want to change the base?
Conversation
The system_health Extended Events session keeps ten files with a maximum size of 100 MB. You can confirm this by looking at GUI properties or scripting the definition. ADD TARGET package0.event_file(SET filename=N'system_health.xel',max_file_size=(100),max_rollover_files=(10)),
@sqlworldwide : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 8a2e7cc: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hi @sqlworldwide - after reviewing the source code, this is a little more complicated. I'm going to update the PR like this, then wait for some engineering confirmation.
Learn Build status updates of commit 689da68:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/connect/ado-net/sql/azure-active-directory-authentication.md | Details | ||
docs/relational-databases/extended-events/use-the-system-health-session.md | ✅Succeeded |
docs/connect/ado-net/sql/azure-active-directory-authentication.md
- Line 330, Column 1: [Warning: codesnippet-not-found]
Invalid code snippet link: '~/../sqlclient/doc/samples/AADAuthenticationCustomDeviceFlowCallback.cs'.
- Line 338, Column 1: [Warning: codesnippet-not-found]
Invalid code snippet link: '~/../sqlclient/doc/samples/ApplicationClientIdAzureAuthenticationProvider.cs'.
- Line 368, Column 1: [Warning: codesnippet-not-found]
Invalid code snippet link: '~/../sqlclient/doc/samples/CustomDeviceCodeFlowAzureAuthenticationProvider.cs'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@sqlworldwide Does it make sense to add this line, or just replace the currently noted limits? I'm not familiar with this subject matter. |
@sqlworldwide @rwestMSFT after reviewing the source code, this is a little more complicated. It is edition dependent. I updated the PR accordingly, then I'll wait for some engineering confirmation. |
The system_health Extended Events session keeps ten files with a maximum size of 100 MB. You can confirm this by looking at GUI properties or scripting the definition.
ADD TARGET package0.event_file(SET filename=N'system_health.xel',max_file_size=(100),max_rollover_files=(10)),