Operations | Monitoring | ITSM | DevOps | Cloud

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

Humans aren't fast enough for 4 9's

When thinking about Service Level Objectives (SLOs) and contractual Service Level Agreements (SLAs) for availability, I always like to put the percentages into concrete numbers. It’s easy to lose track of what’s meant when saying “99.95%” availability, and even more is lost when thinking how much harder it is to achieve 99.99% compared to 99.95%. On a monthly basis, and in concrete terms, 99.95% availability means you get 21 minutes and 55 seconds of downtime.

Monitoring Your Azure to Azure Local Migration: One Dashboard for Both Sides

More organizations are moving workloads from Azure public cloud to Azure Local (formerly Azure Stack HCI) than most people realize. The reasons vary: data sovereignty requirements, latency-sensitive workloads that need to be closer to the edge, cost optimization for predictable workloads where reserved cloud capacity doesn’t make financial sense, or regulatory constraints that require data to stay on-premises.

How to Choose the Right ADO.NET Provider for Dynamics 365

Without a dedicated Dynamics 365 connector, software engineers can spend up to 50% of their time building custom integrations instead of shipping core features. They get pulled into JSON handling, OAuth setup, and OData limits, which slows everything down. A dedicated ADO.NET provider changes all that. It lets teams query CRM data with SQL, use familiar C# tools, and plug into ORMs like Entity Framework or Dapper, making it a practical dynamics CRM connector for modern.NET applications.

Geo Maps: See Where Your Infrastructure Lives

When your infrastructure is spread across regions, data centers, branch offices, or edge locations, knowing where a node is physically located matters more than people usually admit. During an incident, “the node in the Singapore POP” communicates faster than a hostname. When you’re planning capacity, seeing geographic clustering tells you something that a flat list of nodes doesn’t.

Using Cortex AI Assistant to Clean Flags

Every team ships feature flags. Nobody owns the cleanup. The result is predictable: ownership gaps, environmental drift, complex targeting nobody remembers writing. In this Feature Friday, Cortex VP of Product Kara Gillis walks through how she triaged nearly 100 of our own LaunchDarkly flags using the Cortex AI Assistant in Slack. The Assistant queried our internal Feature Flag Scorecard and returned.

Zero-Code OpenTelemetry for Vert.x

Drop a JAR on the JVM. Get distributed tracing, RxJava context propagation, log-trace correlation, and Vert.x internal metrics. No code changes. No Maven dependency. Java 8–21. Inside the design of last9/vertx-opentelemetry v2.3.4. Prathamesh works as an evangelist at Last9, runs SRE stories - where SRE and DevOps folks share their stories, and maintains o11y.wiki - a glossary of all terms related to observability.