Operations | Monitoring | ITSM | DevOps | Cloud

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

Observability Without Limits - Uptrace Pricing Explained

Welcome to Uptrace, the modern observability platform. Our pricing is simple: pay only for the data you ingest. Unlimited users, services, and hosts Billed per uncompressed GB for spans & logs Billed by active timeseries for metrics Automatic volume discounts as your usage grows Free trial includes 1 TB of spans & logs and 100,000 timeseries — no credit card required.

Targeting hosts and services in Icinga 2 API requests

Today, we are going to take a look at the Icinga 2 API and the various ways targets can be specified for different actions, such as querying information or scheduling downtimes. This post focuses on the API request payloads themselves and assumes some familiarity with sending requests to the Icinga 2 API. Please refer to our documentation for the missing details if you want to try the requests yourself. In general, specifying the objects to which an action applies works the same way for all actions.

Catch core banking issues (before they impact customers and compliance)

APAC customers have high expectations around instant payments, open banking, and mobile-first experiences. In March 2025, India’s real-time payment system, UPI went down for five hours. Millions experienced payment failures, failed fund transfers, and login errors and many vented their frustrations on social media. With banking and payment disruptions on the rise, regulators are calling for proof of resilience.

Monitoring websites from the United States

Monitoring your websites from the US region is critical for serving users from the US as it helps you improve website performance and compliance-related practices, ensure business continuity, and offer a better customer experience. Just a few milliseconds of added lag specific to US connections can impact bounce rates and conversions, making localized monitoring essential.

EP #2: Valkey, Vector, Redis, and the History of Databases - The Open Source Observability Podcast

In this episode we learn how Valkey, the lightning-speed open source key-value datastore, can help improve your observability toolstack. Dive in to learn what differentiates a NoSQL data store from a relational database, more about data structures such as HyperLogLog and Bloom Filter, and all about the history of how data is stored.

LangChain Observability: How to Monitor LLM Apps with OpenTelemetry (With Demo App)

LangChain has become one of the most popular frameworks for building LLM-powered applications, making it easier to create agents that can reason, plan, and take actions. But like any production-grade AI app, LangChain agents can run into performance bottlenecks, hallucinations, or tool call failures. And without proper LangChain observability, it’s hard to know where things break down.

Full-Circle Observability: Using SigNoz to monitor a LangChain agent that queries SigNoz MCP

In Part 1 of this series, we explored how to instrument a LangChain trip planner agent with OpenTelemetry and send telemetry data to SigNoz. By tracing each step of the planning process: LLM reasoning, tool calls for flights, hotels, weather, and activities, and the final itinerary response, we saw how observability turns a black-box agent workflow into a transparent, debuggable system.