Completed
Outline
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Enabling Observability with OpenTelemetry
Automatically move to the next video in the Classroom when playback concludes
- 1 Introducción
- 2 Outline
- 3 Three Pillars of Observability
- 4 Distributed Tracing
- 5 Trace - Span - Attributes
- 6 Trace Example
- 7 OpenTelemetry - Introduction
- 8 Why OpenTelemetry?
- 9 OpenTelemetry - Architecture
- 10 Separation of Concerns
- 11 OpenTelemetry - Project Status
- 12 Instrumenting an Application/Library
- 13 OpenTelemetry - API Example
- 14 Context Propagation
- 15 Local Context - Manual
- 16 Local Context - Automatic
- 17 Distributed Context
- 18 Instrumentation Libraries
- 19 Exporters
- 20 Exporter Example in Python
- 21 OpenTelemetry - Demo Architecture
- 22 OpenTelemetry - Autoinstrumentation
- 23 OpenTelemetry - Agents