© 2026 Dometrain. All rights reserved.
Learn how to implement OpenTelemetry in .NET to capture and export metrics, traces, and logs. This course covers observability concepts, like instrumentation, logging, tracing, and monitoring.
OpenTelemetry offers a unified, open-source standard and a suite of technologies for capturing and exporting metrics, traces, and logs from your cloud-native applications and infrastructure. It is not a .NET-specific technology but a universal one that every application should follow. Modern applications are distributed, and capturing and exporting telemetry data can be challenging. With OpenTelemetry’s standardized approach and technological tools, capturing data and exporting it to participating technology vendors or open-source projects becomes simpler. This course will equip you with the knowledge and skills to integrate OpenTelemetry into your systems. Gui will explain why OpenTelemetry is necessary for every modern .NET application, and by the end of the course, you will be ready to implement it and use it effectively.
i'm working on a project that has otel implemented and this course really helped me to better understand existing codebase, as majority of the topics covered is used in my project
otel in general, and the way it is implemented in .net
What is one thing you liked about this course? Answer: everything about Open Telemetry
What is one useful thing you learned from this course? Answer: everything was useful. a bit more useful, I would say it was the Context Propagation section.
It contains lots of interesting information that I wanted to learn
One? I've learned a lot. Started as a newbie in OpenTelemetry and now I have much more knowledge about OpenTelemetry itself and tools that are used in this topic.
The information are good. The instructor summarized the important points.
I learned who I can implement OTEL in application.