Operations | Monitoring | ITSM | DevOps | Cloud

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

Track the Right Elasticsearch Metrics Without the Noise

Elasticsearch does a lot right—it's fast, scalable, and makes searches feel simple. But when things slow down or break, figuring out what’s going on can be frustrating. Especially if you’re not keeping an eye on the right metrics. This guide covers Elasticsearch metrics that are worth tracking and how they help you keep your cluster healthy without data overload.

OpenTelemetry vs Micrometer: Here's How to Decide

In a distributed system, things break in unexpected ways. That’s why observability isn’t optional—it’s how you understand what’s going on under the hood. If you’re comparing tools to instrument your services, OpenTelemetry and Micrometer are two names you’ll run into. Both are used to collect metrics, but they take very different approaches—especially when it comes to flexibility, vendor support, and what you can do with the data.

Port + Komodor: Bringing Kubernetes Visibility into the Modern Commercial IDP

Internal Developer Portals (IDPs) are no longer just an experimental concept—they’re now a foundational component of modern software delivery. As engineering organizations look to reduce cognitive load, increase self-service, and streamline infrastructure workflows, IDPs have emerged as the most effective way to productize platform engineering.

Boost your Android development with remote app testing via Anbox Cloud

In today’s hectic app development cycles, speed is key. But as teams scale and spread worldwide, and app complexity increases, traditional testing workflows become bottlenecks that can compromise security, increase operational costs, and delay product delivery. Simply sharing APKs or configuring physical test devices isn’t enough anymore – it’s time to rethink how we test and demo Android apps.

Monetizing Mobile App Infrastructure: The Rise of APK-Based Affiliate Campaigns

As mobile ecosystems become more fragmented and app stores more regulated, developers and ops teams are turning to performance-driven affiliate models to monetize outside traditional channels. Platforms like CIPIAI now offer streamlined, scalable methods for earning revenue via APK-based affiliate offers, especially in utility and Android-first verticals. When combined with the right infrastructure, these strategies create a new category of mobile DevOps monetization.

.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.

Streamline Your Development Process with relaxAI!

Join Ben Norris, AI Engineer at Civo, as he showcases the capabilities of relaxAI, our AI-powered coding tool. In this demo, Ben demonstrates how relaxAI can be used to build a website, create a Kubernetes deployment, and generate a Docker image with ease. Watch as he explores the features and benefits of relaxAI and see how it can simplify and accelerate your coding workflow. This is a recording taken from a Disruptive Tech event in London, sponsored by Civo.

Prevent pipeline collisions with serial groups in CircleCI

In a single pipeline, it’s easy to control job order. But in a large engineering org with dozens of pipelines, hundreds of contributors, and countless shared environments and services, that control can start to slip. Pipelines interfere with each other. Deploys overlap. Test environments break. Someone merges code, triggers a build, and gets a failure they can’t reproduce. Unfortunately, this kind of instability is a routine byproduct of scale.