Operations | Monitoring | ITSM | DevOps | Cloud

ObservIQ

Monitoring vs Observability: What is Reality?

Before we start, I have a confession: I absolutely love Digg (people are still Digging things, right?) errr...Reddit. It actually is my front page to the internet, where I research upgrades for my home lab/VR/other niche hobbies, watch silly videos, ingest low-effort memes, judge if people are ‘AHs’ or not on /r/amitheasshole, and occasionally talk trash to other Redditors about my Michigan-based sports teams.

The Art of Visibility: Constructing an OpenTelemetry Observability Pipeline

Craft an observability pipeline that offers unparalleled insights into your systems and applications. Watch as we explore the art of constructing an OpenTelemetry observability pipeline, from instrumenting your codebase to effectively analyzing and visualizing telemetry data. Whether you're aiming to enhance troubleshooting, optimize performance, or gain a deeper understanding of your environment, this video series will equip you with the knowledge and tools to elevate your observability game.

The OpenTelemetry Collector: A Deep Dive

Delve into the intricate workings of the OpenTelemetry Collector in this comprehensive webinar. Watch as we explore advanced features, optimization techniques, and best practices for maximizing the efficiency of your telemetry data collection. Whether you're a seasoned user or just getting started, this deep dive promises to unlock invaluable insights into harnessing the full potential of the OpenTelemetry Collector.

Building a Custom OTel Collector: A Step by Step Guide

Ready to tailor your telemetry data collection to fit your exact needs? Watch as we go step-by-step through constructing a custom OpenTelemetry Collector. From defining requirements to implementing custom processors and exporters, leave this feeling empowered to create a collector perfectly aligned with your infrastructure and observability goals.

Enhancing Data Ingestion: OpenTelemetry & Linux CLI Tools Mastery

While OpenTelemetry (OTel) supports a wide variety of data sources and is constantly evolving to add more, there are still many data sources for which no receiver exists. Thankfully, OTel contains receivers that accept raw data over a TCP or UDP connection. This blog unveils how to leverage Linux Command Line Interface (CLI) tools, creating efficient data pipelines for ingestion through OTel's TCP receiver.

How to Manage Sensitive Log Data

According to Statistia, the total number of data breaches reached an all-time high of 3,205 in 2023, affecting more than 350 million individuals worldwide. These breaches primarily occurred in the Healthcare, Financial Services, Manufacturing, Professional Services, and Technology sectors. The mishandling of sensitive log data provides an on-ramp to many of the most common attack vectors.

Turning Logs into Metrics with OpenTelemetry and BindPlane OP

Turning logs into metrics isn’t a new concept. A version of this functionality is implemented in most agents, visualization tools, and backends. It’s everywhere because converting logs to metrics has many practical applications and is one of the fundamental mechanisms for controlling log volume in a telemetry pipeline. In this post, I’ll briefly overview log-based metrics, explain why they matter, and provide examples of how to build them using OpenTelemetry and BindPlane OP.