Operations | Monitoring | ITSM | DevOps | Cloud

Atatus

Introducing Infrastructure Monitoring

Infrastructure Monitoring refers to the constant tracking, collection and analysis of data about the infrastructure/server. Using this data, you can monitor the performance and the behavior of the hosts at the infrastructure level. You can also identify the issues that are of concern. For instance, you can periodically check and monitor the health of the hosts and if any slow downs occur, it’s easy to alert the users.

Atatus

Atatus builds performance monitoring infrastructure for every online business. We automate the annoying parts of error tracking and performance monitoring. Atatus supports PHP, Node.js, JavaScript, Angular, React & more frameworks.

Deployment Tracking with Atatus

Now Deployment tracking is available for both APM and Browser products in Atatus. The deployment tracking is one of the most awaited feature in Atatus. It provides better visibility of your software releases for both back-end and front-end apps. When you deploy a new version of your app, you can notify Atatus with source revision or git SHA or application version. Then you will be able to see how new deployment affect your app performances from previous deployment.

Golang Vendor Dependencies

We use Node.js extensively in our production apps. When we started with golang, the major discussion point amongst us was, for a beginner how golang dependency management is supposed to work. Vendoring was the only method for golang dependency management. In this, you save a local copy of the dependent libraries that your application shall use. In Node.js world, dependency is managed using packages.json.