-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
Once an app is running in production, guessing why something feels slow without insights isn't very useful. This is where metrics and tracing come in. They provide real data on what the app is doing, how users interact with it, and where time is spent.
Metrics help us answer questions like how often users navigate between pages, how long event handlers take to run, or how expensive rendering is. Tracing goes a step further and helps us understand what happened during a specific interaction, especially when something fails.
Blazor integrates with OpenTelemetry, so we can plug into standard tooling rather than build our own monitoring setup.
In this chapter, we will cover the following: