2
2
title : OpenTelemetryとは
3
3
description : OpenTelemetryが何であり、何でないかについての簡潔な説明。
4
4
weight : 150
5
- default_lang_commit : e1209f387a604c493e8b41923a3b2ceacd7437a0
5
+ default_lang_commit : 918511661af010726c8847d7fe41a46231fa59cc
6
6
---
7
7
8
8
OpenTelemetry とは、次のようなものです。
@@ -19,6 +19,12 @@ OpenTelemetryの主な目的は、あなたのアプリケーションやシス
19
19
20
20
テレメトリーデータのバックエンド(保存)とフロントエンド(可視化)は意図的に他のツールに任せています。
21
21
22
+ <div class =" td-max-width-on-larger-screens " >
23
+ {{< youtube iEEIabOha8U >}}
24
+ </div >
25
+
26
+ より多くの、このシリーズのビデオや追加のリソースについては、[ 次のステップ] を参照してください。
27
+
22
28
## オブザーバビリティとはなにか {#what-is-observability}
23
29
24
30
[ オブザーバビリティ] [ observability ] とは、システムの出力を調べることによって、システムの内部状態を理解する能力のことです。
@@ -85,13 +91,18 @@ OpenTelemetryは、[Cloud Native Computing Foundation][](CNCF)プロジェクト
85
91
86
92
- [ Getting started] ( ../getting-started/ ) &mdash ; 早速始めてみましょう!
87
93
- [ OpenTelemetryの概念] ( ../concepts/ ) について学ぶ
94
+ - [ Watch videos] [ ] from the [ OTel for beginners] [ ] or other [ playlists] .
95
+ - Sign up for [ training] ( /training ) , including the ** free course** [ Getting started with OpenTelemetry] ( /training/#courses ) .
88
96
89
97
[ Cloud Native Computing Foundation ] : https://www.cncf.io
90
98
[ instr ] : ../concepts/instrumentation
91
99
[ Jaeger ] : https://www.jaegertracing.io/
92
100
[ logs ] : ../concepts/signals/logs/
93
101
[ metrics ] : ../concepts/signals/metrics/
94
102
[ observability ] : ../concepts/observability-primer/#what-is-observability
103
+ [ OTel for beginners ] : https://www.youtube.com/playlist?list=PLVYDBkQ1TdyyWjeWJSjXYUaJFVhplRtvN
104
+ [ playlists ] : https://www.youtube.com/@otel-official/playlists
95
105
[ Prometheus ] : https://prometheus.io/
96
106
[ telemetry data ] : ../concepts/signals/
97
107
[ traces ] : ../concepts/signals/traces/
108
+ [ Watch videos ] : https://www.youtube.com/@otel-official
0 commit comments