Skip to content

Commit 44d2ea2

Browse files
authored
Add video link to what-is-opentelemetry page (#6550)
1 parent 19833ca commit 44d2ea2

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

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

+15
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,13 @@ 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+
35+
For more videos in this series and additional resources, see
36+
[What next?](#what-next)
37+
3038
## What is observability?
3139

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

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

128139
[Cloud Native Computing Foundation]: https://www.cncf.io
129140
[instr]: ../concepts/instrumentation
130141
[Jaeger]: https://www.jaegertracing.io/
131142
[logs]: ../concepts/signals/logs/
132143
[metrics]: ../concepts/signals/metrics/
133144
[observability]: ../concepts/observability-primer/#what-is-observability
145+
[OTel for beginners]:
146+
https://www.youtube.com/playlist?list=PLVYDBkQ1TdyyWjeWJSjXYUaJFVhplRtvN
147+
[playlists]: https://www.youtube.com/@otel-official/playlists
134148
[Prometheus]: https://prometheus.io/
135149
[telemetry data]: ../concepts/signals/
136150
[traces]: ../concepts/signals/traces/
151+
[Watch videos]: https://www.youtube.com/@otel-official

static/refcache.json

+8
Original file line numberDiff line numberDiff line change
@@ -19115,6 +19115,10 @@
1911519115
"StatusCode": 200,
1911619116
"LastSeen": "2025-02-01T06:59:07.840496-05:00"
1911719117
},
19118+
"https://www.youtube.com/@otel-official/playlists": {
19119+
"StatusCode": 200,
19120+
"LastSeen": "2025-03-14T11:42:49.100481-04:00"
19121+
},
1911819122
"https://www.youtube.com/embed/TIMgKXCeiyQ": {
1911919123
"StatusCode": 200,
1912019124
"LastSeen": "2024-12-17T15:37:39.559999-05:00"
@@ -19123,6 +19127,10 @@
1912319127
"StatusCode": 200,
1912419128
"LastSeen": "2025-02-01T07:10:38.092527-05:00"
1912519129
},
19130+
"https://www.youtube.com/embed/iEEIabOha8U": {
19131+
"StatusCode": 200,
19132+
"LastSeen": "2025-03-14T11:42:48.773761-04:00"
19133+
},
1912619134
"https://www.youtube.com/watch": {
1912719135
"StatusCode": 200,
1912819136
"LastSeen": "2025-01-06T11:32:20.787744-05:00"

0 commit comments

Comments
 (0)