Operations | Monitoring | ITSM | DevOps | Cloud

Find the Root Cause Faster with Trace View and Trace Navigator

Like a bratty teenager, traditional monitoring answers your questions, but does so in a terse, unhelpful manner: Why is my page slow? Guess it’s the API call. It’s a 504 thing — you wouldn’t understand. Ok, so why is the API call slow? Ask your DB query. Gosh! You need a better conversation with your code — one which gives you contextual clues about your application’s performance.

Scout APM Announces Release of Error Monitoring

[Denver, CO] - 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.

How to Deal With Burnout in IT

If you’re feeling burnt out or drained at work, you’re not alone. Burnout is an all too common feeling in the information technology industry, especially now that work-life balance has become a bigger challenge due to remote work. Burnout leads to people feeling overwhelmed and chronically exhausted, which in turn can increase stress levels, reduce well-being, and affect you physically and mentally.

How to debug a Kubernetes application

How can you easily debug a Kubernetes application? In this episode of Kubernetes Essentials, we show how you can use the kubectl command line tool to identify and resolve bugs within your application. Watch to learn how you can use this tool to easily debug and gain greater observability over your Kubernetes application!

Continuously deploy Rust applications

Rust, a blazing fast and memory-efficient language, made its first appearance about ten years ago. Rust has gained a lot of momentum recently with the popularity of WebAssembly, a language that allows languages like C++, C, and Rust to run in web browsers. This enables developers to build highly performant applications and provide web apps with native functionalities that are not available on the web platform. In this tutorial, you will learn how to deploy a Rust application to a hosting platform.