Observability

How to Deploy Jaeger on AWS EC2: a Step-by-Step Guide

Jaeger is an open-source distributed tracing system that is used to monitor and troubleshoot microservices-based architectures. Deploying Jaeger on AWS can help to improve the visibility and performance of your applications. In this article, we will provide a step-by-step guide on how to deploy Jaeger on AWS. Step 1: Set up an AWS Account The […]

How to Deploy Jaeger on AWS EC2: a Step-by-Step Guide Read More »

A Crash Course in OpenTelemetry

In today’s world, monitoring your application is more important than ever before. As applications become more complex, it becomes increasingly challenging to identify bottlenecks, troubleshoot issues, and optimize performance. Fortunately, OpenTelemetry provides a powerful framework for collecting, exporting, and processing telemetry data, making it easier to gain insight into your application’s behavior. In this article,

A Crash Course in OpenTelemetry Read More »

Root Cause Analysis (RCA) Using Distributed tracing

Distributed tracing is a method of tracking the propagation of a single request as it’s handled by various services that make up an application. Tracing in that sense is “distributed” because in order to fulfill its function, a single request must often traverse process, machine and network boundaries. Once we instrumented our application and exported our

Root Cause Analysis (RCA) Using Distributed tracing Read More »