Operations | Monitoring | ITSM | DevOps | Cloud

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

Masking and Truncating Fields in Cribl Stream

In Cribl Stream and Cribl Edge, you can operate on your observability event data in flight, all the way down to the field level. Instead of writing complex regex to wrangle JSON and other structured formats, use Cribl’s built-in functions and extensibility to get the results you want. You’ll see formerly complex situations become easier to address and manage over the long term. In this blog, we’ll cover two troublesome use cases.

3 Lessons from a DNS Resolution Failure Incident

Whether you are a Site Reliability or Network Engineer, or simply involved in monitoring a digital service, you know by now that if DNS is not working properly – your users are experiencing an outage. However, despite its importance in ensuring the resilience and availability of the web, DNS is often not monitored correctly, which can mean undetected outages and any associated ripple effects on your business.

Key Observability Scaling Requirements for Your Next Game Launch: Part I

After months–or potentially, years–of hard work by teams across a gaming enterprise, when the day arrives for a game launch, the last thing your enterprise needs is slowdowns, glitches, outages or poor performance. It’s the death knell for any game, because for your avid gaming customers, there’s always something else (read: a game that isn’t yours) to check out.

DX UIM 20.4, Cumulative Update 4: What's New and Why Upgrade

At Broadcom Software, we’re constantly trying to speed value delivery and minimize upgrade efforts for our customers. Toward that end, the DX Unified Infrastructure Management (DX UIM) team releases cumulative updates every calendar quarter. In addition to quality fixes, these cumulative updates include performance improvements, feature enhancements, and expanded platform support. Recently DX UIM 20.4, cumulative update 4, was released for both Operator Console and Server Core packs.

How to use OpenTelemetry for Kafka Monitoring

Apache Kafka is a high-throughput, low-latency platform for handling real-time data feeds. Its storage layer is in essence a massively scalable pub/sub message queue designed as a distributed transaction log. It can be used to process streams of data in real-time, building up a commit log of changes. Kafka has strong ordering guarantees that enable it to handle all sorts of dataflow patterns including very low latency messaging and efficient multicast publish / subscribe.