Scout Blog

Stuff we think matters

Scout APM Announces Release of Error Monitoring

Scout APM, a leading provider of Application Performance Monitoring (APM), announced the release of Scout Error Monitoring for Ruby applications on June 1, 2021. Scout APM provides developers and application administrators software performance insights by delivering key web application performance metrics.

Here's What Software Errors Could be Costing your Business

Software errors are annoying – they are troublesome for IT departments and affect many company processes. Sometimes these software errors could have negligible impact, while on other occasions, they could wreak absolute havoc, especially for industries like banking, healthcare, airlines, and stock markets.

A Guide to Application Monitoring Best Practices

Application Performance Monitoring (APM), as the name suggests, is the process of monitoring the performance of the many aspects of your application. APM tools, like Scout APM, allow organizations to get a detailed analysis of the performance of their applications, in real-time.

Alternatives to Using GitHub in 2021

Source code repositories are digital libraries that store codes of different projects created by developers. GitHub is one source code managing repository, along with many others on the market. This article touches on some of Github’s features and provides insights into other similar services to help you choose the best source code management repository for your projects.

Concrete Steps to Reducing MTTR

Mean Time To Resolution, or MTTR, defines how well a system can recover from an average error encountered during normal functioning. MTTR is also among the most misunderstood metrics in the APM industry. This guide looks at MTTR in detail and the best practices to follow for reducing MTTR.

Kubernetes: Weighing Advantages and Disadvantages

With Kubernetes, deploying and managing applications is similar to managing a microservice. Instead of worrying about how your servers will scale to accommodate significant traffic and data, you focus on building the application.

Top 20 DevOps Blogs to Keep Your Eye on in 2021

DevOps has taken over the world, and more and more companies are starting to adopt the DevOps culture in their process. However, DevOps is not just about the tools; it’s about the process and culture towards building and deploying software applications.

Should You Use Rails Concerns?

In this article, we'll discuss whether developers should be apprehensive about the concern file or not, and why many have negative perceptions regarding the concern file.