Tuesday, August 28, 2018

Unlocking the Power of Automatic Service Endpoint Monitoring

Why Is Endpoint Monitoring So Important?

The concept of endpoints is important when monitoring microservices-based applications (actually, SOA applications, too). A good way to think about it is that a service is really just an aggregation of endpoints. You read that right, a service can be thought of as an aggregation of all the endpoints delivering the functionality of that service:

  • URL's used for web service calls
  • queries to a database service
  • many other kinds of calls

When trying to understand the performance and health of a service, it’s the endpoints that really matter. Which endpoint is slowing down? Is there an endpoint throwing an excessive number of errors? Which endpoint is using the most resources?



from DZone.com Feed https://ift.tt/2Lyuftx

No comments:

Post a Comment