Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Machine Learning CAN Help Your NOC Win the Battle

Rapidly increasing IT complexity, customer expectations around application availability and performance, and the importance of supporting new digital initiatives and services, taken together, are placing unprecedented demands on Network Operations Centers (NOCs) and IT Operations teams inside large, complex organizations like yours.

Web API Error Handling: How To Make Debugging Easier

Whether you’re the consumer or producer of an API, you’ve no doubt seen that good error handling can make debugging easier. And you may have noticed that error handling works best when everyone speaks the same language and has the same expectations. But what makes for good error handling? And how can we implement it and ensure consistency across our application?

Java exceptions: Common terminology with examples [2018 guide]

The Java programming language comes with advanced exception handling features that help programmers manage exceptional events. In Java, exceptions are either thrown by the compiler or occur during the execution of the program. Exceptions stop the normal flow of the program, so you need to handle them appropriately.