Operations | Monitoring | ITSM | DevOps | Cloud

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

Practice Vs. Performance: Two Reports On The State Of FinOps

This month, two FinOps research reports landed in close proximity. One from the FinOps Foundation — their 6th annual State of FinOps, drawing on a broad global practitioner community. One from CloudZero: FinOps in the AI Era: A Critical Recalibration, built on responses from 475 senior leaders at cloud-mature, AI-active organizations, with a focused lens on how AI is reshaping cloud cost management. Read each alone, and you get a useful snapshot for your business.

Invisible Lifelines: DCIM Empowers Healthcare Teams

DCIM (Data Center Infrastructure Management) software plays a critical role in supporting this mission. By providing real-time monitoring, streamlined incident response, automated compliance tracking, and predictive maintenance capabilities, DCIM platforms offer healthcare teams the tools needed to safeguard patient safety and meet complex regulatory requirements.

JFrog Earns Microsoft Solutions Partner with Certified Software Designation for Azure

We’re excited to announce that JFrog has officially earned the Microsoft Solutions Partner with certified software designation for Azure. This status is granted to partners who complete a technical review audit for interoperability with Microsoft products and demonstrate a consistent track record of customer success.

Regression Testing: What it is, why it matters, and how to automate it with CI/CD

Regression testing is the practice of re-running existing tests after a code change to confirm that previously working functionality hasn’t broken. It answers a single question: did this change break something that used to work? In CI/CD pipelines, regression tests run automatically on every commit, giving teams immediate feedback before code reaches production.

OpenTelemetry traces for Bitbucket Pipelines via webhooks

Continuous delivery is only as good as your ability to understand what’s happening inside your pipelines. When a build is slow, flaky, or burning through capacity, you need more than a green/red status and a wall of logs — you need traces. Bitbucket Pipelines now exposes pipeline execution as OpenTelemetry (OTel) traces via webhook events. This lets you stream detailed pipeline spans into your own observability stack and correlate them with the rest of your system. This post walks through.

How to Lower Your Egress Fees in 2026

Egress fees can quietly drive cloud costs. Learn practical ways to reduce your cloud egress fees in 2026 without redesigning everything. Cloud egress fees can sneak up on you. One month your cloud bill can look reasonable, and the next it’s clear that data movement is causing your cloud spend to fluctuate. For many network teams, egress is still treated as a fixed cost or something you only revisit during a major architecture change, but that approach doesn’t hold up in 2026.

Database Schema Evolution: Designing for Continuous Change | Harness Blog

Modern database design is no longer a one-time activity but an ongoing process that evolves as business needs, scale, and system behavior change. Instead of large redesigns, teams rely on incremental and backward-compatible schema changes, such as adding columns, indexes, or new tables, to safely adapt the database without disrupting production.