Operations | Monitoring | ITSM | DevOps | Cloud

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

eG Enterprise Alerting Integrates With Yet More ITSM Ticketing Systems, Including BigPanda and Freshservice

Just a quick blog to let you know that eG Enterprise v7.5 has introduced support for further ticketing systems – including for popular ITSM solutions such as BigPanda and Freshservice.

Leveraging AI for enhanced network monitoring in finance

What’s the cost of a slow network if you are working in financial circles? A one-second delay in trade execution can mean millions in lost revenue. A lag in payment processing? That’s frustrated customers raising thousands of support tickets that your team would struggle to handle and potential compliance fines. For CIOs, CTOs, and IT leaders in financial services, keeping networks up and running is a business imperative.

Why do you need an application monitoring tool?

If you got your hands on a high-performance sports car, would you dare to drive it without a dashboard showing speed, fuel levels, or engine health? Absolutely not! Just as a dashboard helps keep your car running at peak efficiency, an application monitoring tool serves as your app’s digital dashboard, ensuring high performance and preventing unexpected crashes.

Understanding GraphQL in .NET: When and why to use it

APIs are the heart of most modern applications. Due to their simplicity and lightweight design, RESTful APIs are a popular choice for client-server communication in most applications. However, APIs can become limiting when fetching complex or related data. The front end may over-fetch or under-fetch the meaningful data. For example, different pages require different responses. RESTFul APIs require different field endpoints, each involving repetitive complex joining conditions.

Agent 2 Agent: A Giant Leap for AI Agents - And Why Enterprises Must Get Security Right

At Google Cloud Next, one statement particularly caught the attention of innovators and cybersecurity professionals alike: Google’s introduction of Agent 2 Agent (A2A) marks a major evolution in AI architecture. It enables autonomous agents to collaborate across services, platforms, and domains—unlocking powerful use cases across virtually every industry.

InfluxData Announces General Availability of InfluxDB 3 Core and InfluxDB 3 Enterprise, Simplifying How Developers Build with Time Series Data

InfluxDB 3 Core is an open source, high-speed, recent-data engine; InfluxDB 3 Enterprise adds performance, high availability, security, and scalability for mission-critical workloads Built-in Python Processing Engine brings collection, transformation, monitoring, alerting, and automation on time series data.

InfluxDB 3 Core & Enterprise GA: The Next Generation Time Series Platform for Developers is Here

After months of development, testing, and community feedback, we’re excited to announce the general availability (GA) release of InfluxDB 3 Core and InfluxDB 3 Enterprise. This release brings us closer to our vision for InfluxDB: a time series database that helps developers solve the problem of collecting, analyzing, monitoring, and acting on data across sensors, networks, servers, and applications. We view time series as a way to analyze, monitor, and act on data through time.

Log Consolidation Made Easy for DevOps Teams

Managing multiple systems that each generate their alerts and logs can quickly become overwhelming. The challenge of scattered logs is a real headache, especially in the fast-paced world of DevOps. Log consolidation is not just a convenience—it's an essential practice that can save you from chaos and improve your operational efficiency. This guide covers everything you need to know about log consolidation, from understanding what it is and why it matters, to practical steps for making it work.

Everything You Need to Know to Start Monitoring Postgres

Keeping your Postgres databases healthy is non-negotiable if you care about application performance and reliability. But monitoring Postgres the right way? That’s where things get tricky. Between the sheer volume of metrics and the noise that comes with them, it’s not always obvious what to pay attention to—or when. This guide breaks things down with a focus on what matters in real-world production setups.

How to create and monitor an AWS Lambda function in Java 11

Serverless computing is a modern cloud-based application architecture in which the application’s infrastructure and support services layer are completely abstracted from the software layer. While every application still relies on physical servers to run, serverless applications shift that responsibility to cloud service providers like Amazon Web Services (AWS).