
OpenTelemetry and eBPF: What You Need to Know Summary
- Team Aspecto
- May 25, 2022
keep up with the latest buzz in Observability in just 5 minutes a month


OpenTelemetry Collector: A Friendly Guide for Devs
In this guide, you will learn everything you need to know about the OpenTelemetry Collector. Before reading about it myself, the collector felt like a complex beast. But as I


Get Started with OpenTelemetry Java: A Straightforward Guide
This is a practical guide that brings you just what you need to get started with OpenTelemetry Java. No prior knowledge in OpenTelemetry is needed – we will cover the


Get Started with OpenTelemetry Node: A Practical Guide
In this guide, you will learn exactly how to get started with OpenTelemetry in Node, from scratch, and without any prior knowledge of OpenTelemetry. We will set up a simple

How to Write Integration Tests for Kafka in NodeJS
Writing integration tests is usually not such a fun task. You need to replicate a real environment and test the connections between the different parts of the system. You cannot

Distributed Tracing for Kafka with OpenTelemetry in Node
In this guide, you will learn how to run OpenTelemetry in Node to generate spans for different Kafka operations (e.g., consume and produce) and ultimately visualize your traces. We will

Distributed Tracing for Kafka with OpenTelemetry in Python
In this tutorial, I will cover Apache Kafka, OpenTelemetry, and how they play out together with practical examples in Python from 0 to 1. You will learn how to enable

Open-Source Malabi: How to Use Jaeger Tracing as a Backend
Malabi is an open-source library that helps you write integration tests, by doing 2 things: Collecting data from your tested microservice during the test run Exposes an endpoint to make

Checklist for TroubleShooting OpenTelemetry NodeJS Tracing Issues
I’ll try to make this one short and to the point. You are probably here because you installed OpenTelemetry in your NodeJS application and did not see any traces or

What is Distributed Tracing? A Friendly Guide for Developers
In this guide, you will learn what distributed tracing is, how it works and who uses it, why logs are not enough to debug your microservices, and what open-source OpenTelemetry