Slide 2
Slide 2 text
.NET diagnostics primitives
• Events
• This thing happened, here’s a message and some data associated with it, e.g.
Request started, path: /test, query: a=b
• Metrics
• Here’s a number representing the current state of this thing, e.g.
Requests per second: 4, CPU utilization: 36%, ThreadPool queue length: 3
• Dumps
• Here’s the memory associated with the application process at a point in time,
saved in a platform-specific file