Operations | Monitoring | ITSM | DevOps | Cloud

Automate CockroachDB Schema Changes with Harness Database DevOps

Harness Database DevOps now supports CockroachDB, bringing CI/CD automation to distributed SQL databases. Teams can manage schema changes through Git-driven workflows for consistency, traceability, and rollback safety. This integration simplifies multi-environment deployments, reduces human error, and accelerates database delivery.

BygoneSSL and the certificate that wouldn't die

Turns out the scariest thing about SSL certificates isn’t when they expire. It’s when they don’t. I wrote about the CA/Browser fight that led to the 47-day certificate mandate. CAs crying about lost revenue, browsers flexing their root program authority, enterprises stuck in the middle. But nobody talks about the security research that started it all: BygoneSSL at DEFCON 2018. Two researchers mining Certificate Transparency logs found something surprising.

A Visionary in the 2025 Gartner Magic Quadrant for DEM

ITRS has been named a Visionary in the 2025 Gartner Magic Quadrant for Digital Experience Monitoring — for the second year running. We’ve spent another year working alongside you to solve real problems, scale what works, and prepare for what’s next. If you’re delivering resilient, high-performing digital experiences while meeting evolving compliance demands, our direction is shaped by your needs.

External Request Monitoring: The Silent Pillar Every APM Needs

The global market for application performance monitoring (APM) is growing fast. Market research shows the industry is expected to rise from about USD 7.52 billion in 2023 to nearly USD 19.62 billion by 2030, with a compound annual growth rate (CAGR) of around 15.1%. This rapid expansion reflects how digital transformation, hybrid cloud adoption, and third-party integrations are reshaping performance monitoring needs. It’s no longer enough to track just internal code paths and database queries.

Validate CDC data in your CI/CD pipeline using CircleCI

Change Data Capture (CDC) is a technique used to identify and capture changes, such as inserts, updates, and deletes, in a source database so they can be replicated to another system in real-time. This approach is crucial in modern data pipelines, especially for powering data lakes, analytics platforms, and event-driven applications that depend on up-to-date information. Setting up a CDC pipeline is only the first step.

Disaster Recovery: Everything You Need to Know

With increasing cyberattacks and cloud outages, maintaining system resilience is critical. A robust Disaster Recovery (DR) strategy enables teams to prepare for unexpected events. It makes sure they can recover critical systems and data with minimal disruption. This blog will cover what disaster recovery is, why it matters, and the key components of an effective Disaster Recovery Plan. We’ll also walk through the steps for creating your own strategy.

Understanding Server Infrastructure: Components and Importance

A well-structured server infrastructure is not just about having the right hardware in place. It is about creating a strong foundation that ensures performance, security, and reliability. Poorly designed infrastructure can lead to downtime, security breaches, and reduced efficiency. On the other hand, an optimized setup empowers businesses to scale, innovate, and meet customer demands effectively.

Integration & Data Ingestion: Strengthening AIOps Observability

Large enterprises face the challenge of managing high-volume, very diverse data streams that span both legacy and modern, digital systems and applications. To gain timely, accurate insight across this kind of complexity, IT teams need observability platforms that can do more than just monitor - they must also unify, contextualize and enrich data so teams can act effectively to protect the availability of the services their customers rely on.

Query Distinct Tag Values in Under 30ms with the InfluxDB 3 Distinct Value Cache

The Distinct Value Cache (DVC) available with InfluxDB 3 Core and InfluxDB 3 Enterprise lets you cache distinct values of specific columns and query those values in under 30ms. The DVC is an in-memory cache that stores distinct values of one or more columns in a table. It is typically used to cache distinct tag values, but you can also cache distinct field values.