...
/Application vs. Service vs. Component-Level Telemetry
Application vs. Service vs. Component-Level Telemetry
Learn the importance of telemetry in monitoring and troubleshooting applications at different levels.
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 ...