Operations | Monitoring | ITSM | DevOps | Cloud

Sponsored Post

How to Monitor AWS Status: Don't Wait for the Health Dashboard

The AWS Health Dashboard is slow, sometimes broken during major outages, and only tells you what AWS admits is broken. Real SREs layer three monitoring sources: AWS-native tools (CloudWatch, EventBridge), third-party aggregators (IsDown), and internal synthetic checks. Skip the vendor status page as your primary alert source.

How AI Is Powering the Next Era of IT Operations

AI is redefining the future of IT. In this Nexus Live 2025 keynote, ScienceLogic CEO and Founder Dave Link shares the vision behind Skylar AI, why the industry is shifting toward autonomous operations, and how organizations can move faster, smarter, and more proactively than ever before. In this session you’ll see.

Why AI Spells the DEATH of Workplace "Coasting": Jacob Morgan returns

Jacob Morgan returns to The DEX Show for another provocative conversation on the future of work, AI, and why 2026 is the year of accountability. Jacob argues that AI is exposing “performative work,” forcing organizations to rethink culture, leadership, and what real value creation looks like. We explore why company culture became too vague, why human judgment matters more than ever, and how leaders can avoid over-relying on AI at the expense of discernment, responsibility, and individuality. It’s a wide-ranging discussion on work, ambition, and the high-stakes reset now unfolding inside modern organizations.

Ep 37: Robbing banks is now a work from home job

In this episode of Masters of Data, we explore how banks and fintech companies have traded friendly neighborhood tellers for data-driven, always-on digital fortresses. We unpack everything from sophisticated phishing schemes and viral TikTok check fraud trends to the AI-powered tools that now handle the fraud detection Shirley the bank teller used to manage through sheer familiarity. We make the case that financial institutions today face more pressure than ever to be trustworthy, secure, and seamless all at once, whether their customers are logging into a sleek app or calling a landline to pay two bills a month.

Top 5 Continuous Monitoring Tools and Why Runtime Context Is the Layer They Are Missing

Continuous monitoring tools track system health, performance, and behavior in real time across production environments. For a deeper understanding of how this fits into modern DevOps practices, see this guide on continuous monitoring and its impact on DevOps. They collect logs, metrics, and distributed traces across the infrastructure and application layers, giving engineering teams visibility into how their systems are running, where anomalies occur, and when something needs immediate attention.

LLM Cost Monitoring with OpenTelemetry

Teams running LLM applications in production face a cost problem that traditional APM tools were never designed to solve. CPU and memory costs are relatively predictable — a web service processing 1,000 requests per second costs roughly the same week over week. LLM API costs are not. A single user session can cost $0.01 or $5 depending on prompt length, model choice, conversation history, and how many retries happen inside your chain.