Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

.NET Logging with Serilog and OpenTelemetry

Debugging modern.NET apps isn’t as simple as scanning logs anymore. With services spread out and systems growing more complex, it's easy to miss the bigger picture. Serilog gives you clean, structured logs. OpenTelemetry brings in traces and metrics to connect the dots. This guide covers how to wire up Serilog with OpenTelemetry, send logs to traces, and build an observability setup that helps you troubleshoot, without digging through disconnected logs for hours.

21+ Top Cloud Service Providers Globally In 2025

We recently explored what the cloud is and how it has evolved over 60 years. Yet, cloud computingWe recently explored the cloud and how it has evolved over 60 years. Yet, cloud computing emerged into what it is today in 2002, when Amazon, the e-commerce giant, sought a more efficient way to expand its online marketplace. So, it is unsurprising that the company’s cloud services subsidiary (AWS), which launched in 2006, is today’s largest Cloud Service Provider (CSP).

Mastering Heroku Monitoring in 2025: Best Practices for Optimal Application Performance

In today's fast-paced digital landscape, ensuring the reliability and performance of your applications is paramount. Heroku, a cloud-based Platform-as-a-Service (PaaS), simplifies application deployment and scaling. However, to fully leverage Heroku's capabilities, effective monitoring is essential. This guide delves into best practices for monitoring Heroku applications, providing context, practical steps, and unique insights to enhance your observability strategy.

Sneak Peek: MetricFire's New Logging Tool for Scalable, Open-Source Observability

Take a first look at MetricFire’s brand-new logging tool — designed to simplify log ingestion, storage, and visualization using open-source components like Loki, Python, Telegraf and Grok. Collect logs, search across services, and correlate them with your metrics — all inside your existing Hosted Graphite environment. Whether you're an SRE, DevOps engineer, or running logs on a budget, this sneak peek reveals how MetricFire is evolving toward full observability.

Protecting Against SAP NetWeaver Vulnerability (CVE-2025-31324) with HAProxy

A critical vulnerability in SAP NetWeaver (CVE-2025-31324) is currently being exploited in the wild. Disclosed on April 24, 2025, this vulnerability has the highest possible CVSS score of 10.0, indicating severe risk. The vulnerability affects SAP NetWeaver Application Server Java's Visual Composer Framework (version 7.50), allowing unauthenticated attackers to upload arbitrary files to NetWeaver servers. This can lead to remote code execution and complete system compromise.
Sponsored Post

Six Lessons from Production gRPC

In the half-decade since gRPC became part of our production ecosystem, we've encountered a range of challenges and discovered a few hidden pitfalls that can trip up even the most experienced teams. Below, we'll walk through some of the core lessons learned, with tips, best practices, and examples drawn straight from the trenches.

The True Cost Of Cloud Computing Explained

It came as a pleasant surprise. CloudZero recently discovered over $1.7 million in annualized savings. And, all from our own infrastructure. Otherwise, we would have spent $1.7 million on cloud resources we didn’t actually need. Cloud savings stories like this are common with CloudZero customers, and we often find companies spending more than they should in the cloud. If your team is also struggling with managing and controlling the cost of cloud computing, then this guide is for you!

Top 11 Application Logging Tools for DevOps Engineers in 2025

When something breaks in production, logs are usually where you start. They help you figure out what happened, where, and why. But with microservices architecture, logging isn't simple anymore. In a traditional monolithic application, logs live in one place. With microservices, they're scattered across multiple services, containers, and sometimes even data centers. What used to be a simple grep command now feels like solving a mystery without most of the clues.