Skip to content

Commit 6afe334

Browse files
committed
Add video link to what-is-opentelemetry page
1 parent 823370e commit 6afe334

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/en/docs/what-is-opentelemetry.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: What is OpenTelemetry?
33
description: A brief explanation of what OpenTelemetry is and isn't.
44
aliases: [/about, /docs/concepts/what-is-opentelemetry, /otel]
55
weight: 150
6+
cSpell:ignore: youtube
67
---
78

89
OpenTelemetry is:
@@ -27,6 +28,11 @@ infrastructure, and runtime environments used.
2728
The backend (storage) and the frontend (visualization) of telemetry data are
2829
intentionally left to other tools.
2930

31+
<div class="td-max-width-on-larger-screens">
32+
{{< youtube iEEIabOha8U >}}
33+
</div>
34+
For more videos in this series and additional resources, see [What next?](#what-next)
35+
3036
## What is observability?
3137

3238
[Observability] is the ability to understand the internal state of a system by
@@ -124,13 +130,20 @@ migrate to OpenTelemetry in the [Migration guide](../migration/).
124130

125131
- [Getting started](../getting-started/) &mdash; jump right in!
126132
- Learn about [OpenTelemetry concepts](../concepts/).
133+
- [Watch videos][] from the [OTel for beginners][] or other [playlists].
134+
- Sign up for [training](/training), including the **free course**
135+
[Getting started with OpenTelemetry](/training/#courses).
127136

128137
[Cloud Native Computing Foundation]: https://www.cncf.io
129138
[instr]: ../concepts/instrumentation
130139
[Jaeger]: https://www.jaegertracing.io/
131140
[logs]: ../concepts/signals/logs/
132141
[metrics]: ../concepts/signals/metrics/
133142
[observability]: ../concepts/observability-primer/#what-is-observability
143+
[OTel for beginners]:
144+
https://www.youtube.com/playlist?list=PLVYDBkQ1TdyyWjeWJSjXYUaJFVhplRtvN
145+
[playlists]: https://www.youtube.com/@otel-official/playlists
134146
[Prometheus]: https://prometheus.io/
135147
[telemetry data]: ../concepts/signals/
136148
[traces]: ../concepts/signals/traces/
149+
[Watch videos]: https://www.youtube.com/@otel-official

0 commit comments

Comments
 (0)