Tracking microservices or backend calls

We want to capture analytics data for both UI and Backend service calls. This will help us establish the relation between UI and backend service errors. Is there any way track microservices or backend calls
For example, if the landing page has 100 views and the internal page has 50 views. We want to find out if service errors/exceptions are resulting in fewer views for internal pages.