Using OpenTelemetry for distributed tracing in microservices [Implemented in ASP.NET 6 and C# 10]
DotNet Core Central DotNet Core Central
26.2K subscribers
13,093 views
0

 Published On Mar 20, 2022

Having proper telemetry is critical for building a highly scalable distributed system. And we know how hard it is to do that in a consistent and reliable way.

OpenTelemetry provides a set of opensource APIs and SDK for collecting and exporting telemetry from any application for tracing. Hence helping us analyze performance bottlenecks in a distributed system.

My YouTube channel:    / dotnetcorecentral  
My Blog Website: https://dotnetcorecentral.com/
My Github repo: https://github.com/choudhurynirjhar

Some of my popular videos:

Elasticsearch with .NET and introduction:    • An Introduction to Elasticsearch (Bui...  

Hangfire Scheduling an introduction:    • Scheduling recurring jobs with Hangfi...  

ASP.NET Core Authentication with JWT (JSON Web Token):    • ASP.NET Core Authentication with JWT ...  

Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1):    • Running Background tasks using IHoste...  

How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes):    • How to build an API Gateway in ASP.NE...  

show more

Share/Embed