Application vs. Service vs. Component-Level Telemetry
Learn to differentiate telemetry capture at application, service, and component levels in .NET 7 microservices. Understand how to use Application Insights, Azure Monitor, and OpenTelemetry to monitor distributed applications effectively.
We'll cover the following...
We'll cover the following...
As covered in the Microservice Observability chapter, we can collect simple telemetry by installing the Application Insights library as a dependency and configuring it to point to an existing Application Insights instance in Azure. This covers us at the code level for any immediate metrics, logging, or tracing that Application Insights can ...