Operations | Monitoring | ITSM | DevOps | Cloud

Press Release: Scout APM Raises $8M; acquires ExceptionTrap

Camber Partners, a private equity firm focused on product-led SaaS companies, announced that it has completed an investment in Scout APM, a leading provider of Application Performance Management (APM) software. Scout APM helps developers and application administrators gain insight into their software’s performance by providing monitoring of key metrics surrounding web-application performance.

You should know about... these useful Prometheus alerting rules

Setting up Prometheus to scrape your targets for metrics is usually just one part of your larger observability strategy. The other piece in the equation is figuring out what you want your metrics to tell you and when and how often you should know about it. Thankfully, Prometheus makes it really easy for you to define alerting rules using PromQL, so you know when things are going north, south, or in no direction at all.

Analyze your GKE and GCE logging usage data easier with new dashboards

System and application logs provide crucial data for operators and developers to troubleshoot and keep applications healthy. Google Cloud automatically captures log data for its services and makes it available in Cloud Logging and Cloud Monitoring. As you add more services to your fleet, tasks such as determining a budget for storing logs data and performing granular cross-project analysis can become challenging.

Looking back at almost a decade of DevOps and forward to what's coming next

TL;DR: This year’s State of DevOps Report is the 10th anniversary edition of this annual research on how practitioners are making DevOps work for them. Whether you’re a big time CircleCI user or are just beginning your career, we want to hear from you. Please take the survey so your voice is represented in the 2021 State of DevOps.

What is Relay (by Puppet)?

Relay is easy to use workflow automation tool for cloud infrastructure operations. Build and share fully automated workflows in minutes instead of days. Ensure hybrid cloud environments are secure, compliant, and cost-efficient. Improve operational efficiency with increased reliability, minimized hiring of specialized roles, and reduced time to recovery through automation that the whole organization can use.

How to Detect Memory Leaks in Java: Causes, Types, & Tools

A memory leak is a situation where unused objects occupy unnecessary space in memory. Unused objects are typically removed by the Java Garbage Collector (GC) but in cases where objects are still being referenced, they are not eligible to be removed. As a result, these unused objects are unnecessarily maintained in memory. Memory leaks block access to resources and cause an application to consume more memory over time, leading to degrading system performance.