Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

The Year in Making - Fabrix.ai 2025: From CloudFabrix to Agentic AI Leadership

Just as NASA’s Artemis II mission represents humanity’s return to the Moon after more than 50 years, marking a pivotal moment in space exploration, Fabrix.ai has embarked on its own transformative journey in 2025. Artemis II—targeted for launch in February 2026 completed its crucial countdown demonstration test in December 2025, symbolizing humanity’s readiness to venture beyond Earth for deep space exploration and eventually return to the lunar surface.
Sponsored Post

2026: The Year Agentic AI Disrupts Observability, Security, and Enterprise SaaS

The enterprise technology market is at an inflection point. 2026 will be the year agentic AI fundamentally disrupts how organizations approach observability, security, and IT automation. The traditional SaaS model—with its sprawling ecosystem of disconnected point solutions—is collapsing under complexity. What’s replacing it is a consolidated platform layer powered by autonomous agents that operate across systems, consolidate data, and execute workflows autonomously.

Monitoring JWT Tokens & OAuth Token Endpoints: How to Catch Authentication Failures Before APIs Break

Modern APIs rarely fail because the application logic is down. More often, they fail because authentication breaks upstream, silently. OAuth token endpoints and JWT-based authentication sit at the front of nearly every protected API. When they degrade, misconfigure, or stop issuing valid tokens, every dependent API call fails, even if the API itself is healthy.

Online HTTP Clients vs Web API Monitoring: When Each Makes Sense

When teams talk about online HTTP clients, they’re usually referring to quick, browser-based ways to send requests, especially HTTP POST requests, without standing up local tooling or infrastructure. These tools are popular for good reason. They make it easy to submit payloads, test headers, and inspect responses in real time. For developers, QA engineers, and DevOps teams, they’re often the fastest way to answer a simple question: Does this request work?

API Testing vs Web API Monitoring: Postman, Online Tools, and WebView

APIs sit at the core of modern applications. They power mobile apps, connect microservices, and enable third-party integrations, making them critical to performance, reliability, and revenue. That’s why most teams invest heavily in API testing tools like Postman, automated test suites, and online API testers. And yet, production outages still happen. This disconnect (“our APIs were tested, so why did they fail?”) is where confusion between API testing and Web API monitoring begins.

Monitoring OAuth 2.0 & Secure Web API Authentication Flows

OAuth 2.0 is often treated as a solved security problem; configured once, then forgotten. In reality, OAuth-based authentication is one of the most fragile dependencies in modern API ecosystems. When OAuth breaks, APIs don’t just degrade gracefully; they often fail completely. For DevOps and engineering teams, OAuth 2.0 authentication sits before application logic, before business rules, and before observability inside the service itself.

Introducing Dossinth AI (formerly Silicon Sage)

The AI saga continues. I feel like every business felt like they had to add some AI into their product to stay relevant, but reality shows us that's not the case. Same thing at Monitive. Not looking to add AI to our service until it proves its usefulness. However, using it as an internal tool is all doable. I am still not 100% convinced of its usefulness, but I am hoping to radically improve my relationship with our customers, and - thus - the service itself.

What is high cardinality, and is it as scary as people make it out to be?

Dawid Dębowski is a software engineer at G2A.COM and a Grafana Champion. Holding an MS of Computer Science, Dawid’s main fields of interest related to observability are PromQL and data visualizations using Grafana. If you’ve ever worked with custom metrics in a Prometheus environment, you've probably heard about something called "high cardinality"—or at least I hope you have.

A 2026 essential features checklist for choosing the best synthetic monitoring tools

Advanced synthetic monitoring has become an essential for any strong digital plan, not simply a nice-to-have feature. Our reasoning is because users expect websites and apps to work well all the time. As we approach 2026, the top synthetic monitoring solutions have greatly improved, going from just checking if a service is online to ensuring a complete and positive digital experience.

From Postman Collections to 24/7 Web API Monitoring (Step-by-Step)

Postman API test automation is a critical part of modern API development. Teams rely on Postman collections, scripts, and automated tests to validate endpoints, catch functional issues early, and ensure APIs behave correctly during development and CI/CD pipelines. But as APIs move into production, test automation alone leaves important gaps.