Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Stackdriver tips and tricks: Understanding metrics and building charts

Seeing what’s going on with your IT infrastructure, applications and services has always been critical to the success of modern businesses’ day-to-day operations. Google Stackdriver monitoring provides out-of-the-box visualizations and insights for Google Cloud Platform (GCP) users so you can easily understand your systems.

Safe Web Services with Actix and Sentry

Remember that time Mom told you that the internet is a dangerous place? No? Well, she did, but you weren’t listening. Jokes aside, we can probably all agree that there are many potential security risks in web services, with all their APIs and user-contributed content. Yet, the internet is what defines our digital age, and barely any piece of technology can do without. In the midst of this insecurity, Rust came along with its memory safety and zero-cost abstractions.

Hands Off My Docker Containers: Dynamic Java Instrumentation in Three Easy Steps

Instrumenting your application with an APM tool is not always easy. Configuration is often complicated, and managing agent files can be daunting. AppDynamics has developed a three-step solution for automating Java agent deployment and infrastructure monitoring in a Docker environment.

Understanding Your Customer Should Be Your #1 Priority

Does anyone like receiving calls from telemarketers? Unless you use the opportunity to set up a prank and get a good laugh, odds are these calls annoy you just as much as me. These over-the-phone salespeople are frustratingly persistent as they interrupt my day, and they also missed one key step when they dialed my number: Researching whether there was any chance that I would want their product.

How a company might lose more than $7 billions in 30 minutes

I've been working at WebGazer for seven months. For every day I spend in this business, I feel like I'm trying to run on a tightrope. Since our job is website monitoring, I see the similar downtime tragedies every day. I was reading some old downtime stories like "Amazon has lost $3.75 million in only 20 minutes!". Then, I decided to make a research about some possible downtime tragedies might happen.

Ruby Agent 2.4.21 is out with a bug fix, a new configuration option, and a debug option

As reported on Issue #228, if scout_apm is disabled on a node via the configuration monitor = false, we don't intend to install any instruments, but a few snuck in anyway. Since the rest of the agent isn't running, they (slowly but steadily) built up recorded info, but didn't purge it, causing a slow memory leak that became clear over the course of a week or two. We've stopped the offending instruments from installing themselves when Scout is disabled.