Operations | Monitoring | ITSM | DevOps | Cloud

AI's Role in Enhancing Digital Commerce Operations

Artificial intelligence is quickly becoming a must-have for digital businesses, not just a nice-to-have. For companies looking to sharpen their operations, AI offers powerful ways to predict what's next, smooth out customer interactions, and keep transactions safe. It's not about replacing people, but giving them better tools. This lets teams focus on big-picture strategy while AI crunches data and automates tasks. This shift is changing what's possible in terms of how efficient a business can be, how happy its customers are, and how much it can grow.

Claude outage on July 17, 2026: what happened and how StatusGator caught it early

Claude had a global outage on July 17, 2026, driven by “529 Overloaded” server errors that hit the API, Claude Code, the web app, and the desktop app. It lasted about 1 hour and 32 minutes. StatusGator detected it and sent an Early Warning Signal at 14:30 UTC, 27 minutes before Anthropic acknowledged it at 14:57 UTC.

5 ways agentic AI in ITOps will close the gap between alerts and action

Agentic AI in ITOps has emerged as a practical way to go beyond just detecting incidents. Modern IT teams have invested heavily in observability, yet the gap between detecting an issue and resolving it continues to widen. Three major challenges are driving this shift: This is where agentic AI makes a difference.

Prometheus Metrics Just Got a Cardinality Fix: What Native Histograms Change, and Why the Ecosystem Is Reacting

TL;DR: Prometheus’s biggest structural weakness has always been cardinality. A stable feature years in the making is finally addressing it, and the rest of the observability market is already responding. Native histograms allow for more efficient metrics storage, reducing cardinality strain and enabling faster, more cost-effective AI-powered observability. Ready to see how AI-powered observability can simplify your monitoring? Book a demo of the Open 360 platform.

Enterprise AI Governance Made Simple with Nexthink's AI Activation Hub

Over the past year, organizations have embraced AI at an extraordinary pace, and Nexthink AI Activation Hub powered by AI Drive has helped customers make sense of that transformation by helping organizations discover the growing wave of AI tools entering the workplace, rapidly triage and govern them, accelerate adoption of approved AI solutions, and measure the impact of AI across the enterprise.

H1 2026 Cloud and SaaS Reliability Report

The first half of 2026 reinforced a key idea about Cloud and SaaS reliability - dependency risk. IncidentHub tracked 30,246 outages across 1,082 providers between January and June 2026. May was the busiest month, with 6,070 incidents. Cloud providers led in the total number of outages (4,723), followed closely by developer tools (4,589).

Custom deployment permissions for your environments (Beta)

You shouldn’t have to grant full repository admin rights just to let an engineer or release manager trigger a deployment. To solve the all-or-nothing access problem, Bitbucket Pipelines introduces custom deployment permissions (Beta). You can now gate specific environments to authorized users and groups, ensuring safer releases and easier compliance. Left: Add users and groups to gate deployments for this environment.

Use OpenTelemetry-native observability with Datadog from ingestion to investigation

The recent announcement that OpenTelemetry (OTel) has achieved CNCF graduation further reinforces OTel’s credibility as the industry standard for vendor-neutral telemetry. As organizations increasingly adopt the OpenTelemetry Protocol (OTLP), the OTel Collector, and OTel SDKs, they need an observability platform that supports OTel-native data without sacrificing flexibility or portability.

Software Release Management: A Practical Guide for Engineering Teams | Harness Blog

Software release management moves code through testing, approval, and into production with a clear rollback plan. 72% of organizations have hit a production incident from AI-generated code; developers now ship 63% faster (Harness, 2025). Effective release management needs defined stages, approval gates, automated testing, and the ability to roll back quickly. Feature flags, automated safety gates, and progressive delivery let teams ship faster and safer as AI raises code volume.

MongoDB Query Tracing in .NET with Sentry + OTLP

If your.NET app talks to MongoDB, you almost certainly want to be able to measure DB performance so that you can effectively debug any performance issues you might run into. For that, you need to know which database command was running, how long it took, and whether this was a one-off blip or part of a broader pattern. Ideally, you also want to pivot from that trace to related errors and replays without stitching the story together by hand.