-
Notifications
You must be signed in to change notification settings - Fork 354
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
Add docs to better describe the .NET diagnostic experience #515
Comments
cc @dotnet/dotnet-diag @shirhatti @davidfowl |
There is some work in flight. |
I'd also suggest:
|
IPC protocol is documented here: https://github.com/dotnet/diagnostics/blob/master/documentation/design-docs/ipc-protocol.md It should probably be moved out of "design-docs" though, as it is an actual documentation of the protocol. |
I think this would be very useful, but is probably a big enough scope of work that we treat it as its own feature that is scheduled during 5.0. The 3.0 goals were primarily to let people do ad-hoc analysis and investigation using these tools. Monitoring gets into other concerns such as alerting, triggered data collection, storage policies, data-transport and aggregation. |
#605 adds this. |
Need to add #2608 mentions to EventSource (special types that require manual marshaling to ETW types). |
Retire duplicate documentation by redirecting to docs that will be updated. fixes #515 --------- Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
We've done lots of diagnostic work, but customers either aren't aware of it or don't know how it works. We need documentation on docs.microsoft.com to explain everything we've been building in a consistent and accessible way. Now that we have a landing page we need to fill it out much more. If the check list below is too much work for a single work item or hard to parcel out feel free to create additional items that track just one bullet and link them:
Conceptual docs
Walkthroughs
EventSource
that is easily consumable. This includes addingEventCounter
s and what types of events are helpful for users. (based on conversation from Enhance lifetime monitoring in EventListener runtime#45247)EventSource-specific gaps: [Documentation] EventSource documentation improvement #1736
bool
-->int
of 0 or 1,DateTime
-->FILETIME
, etc. (perEventSource
should mention some built-in types require special handling #2608)Reference
Additional Work
The text was updated successfully, but these errors were encountered: