AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Distributed Tracing to Trace the Execution of Jobs
In today's world, everyone is using third party APIs. These API calls are something that is captured by distributed tracing. So you can get value from this to the tracing, even if you're using a monolith. Sometimes within a monolith, there is something that could be called distributed in its nature. And these are jobs that are executed synchronously by the monolith. They're physically the same service, but logically, you could treat any job execution as a different microservice,. If you want to call it that.