Skip to content

Dometrain/from-zero-to-hero-open-telemetry-in-dotnet

Repository files navigation

From Zero to Hero: OpenTelemetry in .NET

Welcome to the "From Zero to Hero: OpenTelemetry in .NET" course on Dometrain!

This course takes you on a journey through implementing OpenTelemetry in .NET applications, covering everything from basic concepts to advanced production-ready implementations. You'll learn how to add observability to your applications using traces, metrics, and logs while following best practices.

This repository contains the source code for the course, which you can use to follow along.

Getting Started

The main branch contains the most up-to-date version of the code, reflecting the latest improvements, updates, and fixes.

Each section in the course has folder in the repository. The folder contains the source code for the section, containing both a /start and /end directory—which aligns with the source code at a point in time as it relates to the course.

The README file inside each section's /start and /end folder contains useful resources.