File tree Expand file tree Collapse file tree 5 files changed +4
-22
lines changed Expand file tree Collapse file tree 5 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ IgnoreDirs:
1515 - ^es/docs/concepts/instrumentation/zero-code/
1616 - ^es/docs/concepts/signals/baggage/
1717 - ^es/docs/zero-code/php/
18- # TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
19- - ^ja/docs/concepts/components/
20- - ^ja/docs/concepts/glossary/
21- - ^ja/docs/concepts/signals/baggage/
22- - ^ja/docs/languages/erlang/sampling/
23- - ^ja/docs/languages/js/sampling/
24- - ^ja/docs/languages/ruby/sampling/
25- - ^ja/docs/zero-code/php/
2618 # TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
2719 - ^ja/docs/concepts/instrumentation/libraries/
2820 # TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
Original file line number Diff line number Diff line change 11---
22title : ドキュメント
33menu : { main: { weight: 10 } }
4- htmltest :
5- IgnoreDirs :
6- # TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
7- - ^ja/docs/concepts/components/
8- - ^ja/docs/concepts/glossary/
9- - ^ja/docs/concepts/signals/baggage/
10- - ^ja/docs/languages/erlang/sampling/
11- - ^ja/docs/languages/js/sampling/
12- - ^ja/docs/languages/ruby/sampling/
13- - ^ja/docs/zero-code/php/
144default_lang_commit : c2cd5b14
155---
166
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ default_lang_commit: 313e391
1010
1111コンテキストの伝播を理解するには、コンテキストと伝搬(プロパゲーション)という、2つの別々の概念を理解する必要があります。
1212
13- ## コンテキスト
13+ ## コンテキスト {#context}
1414
1515コンテキストは、送受信サービスまたは[ 実行ユニット] ( /docs/specs/otel/glossary/#execution-unit ) が、あるシグナルと別のシグナルを関連付けるための情報を含むオブジェクトです。
1616
1717たとえば、サービスAがサービスBを呼び出した場合、IDがコンテキスト内にあるサービスAのスパンは、サービスBで次に作成されるスパンの親スパンとして使用されます。
1818コンテキスト内にあるトレースIDは、サービスBで次に作成されるスパンにも使用されるため、そのスパンはサービスAのスパンと同じトレースの一部であることを意味します。
1919
20- ## 伝搬(プロパゲーション)
20+ ## 伝搬(プロパゲーション) {#propagation}
2121
2222伝搬は、サービスとプロセス間でコンテキストを移動させる仕組みです。
2323コンテキストオブジェクトをシリアライズまたはデシリアライズし、あるサービスから別のサービスに伝搬される関連情報を提供します。
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ _適切なデータのサンプリングが必要なだけです。_
3535誰かが「データをサンプリングアウトしている」と言ったり、処理またはエクスポートされていないデータは「サンプリングされた」と見なされると言ったりするのを見かけるかもしれません。
3636これらは間違った表現です。
3737
38- ## ヘッドサンプリング
38+ ## ヘッドサンプリング {#head-sampling}
3939
4040ヘッドサンプリングは、サンプリングの決定をできるだけ早期に行うために用いられるサンプリング技術です。
4141スパンやトレースのサンプリングまたはドロップの決定は、トレース全体を検査することによって行われるわけではありません。
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ OpenTelemetryは拡張できるように設計されています。どのよう
6666
6767ほとんどのユーザーはOpenTelemetryを拡張する必要はないかもしれませんが、このプロジェクトはほぼすべてのレベルで拡張できるように設計されています。
6868
69- ## 歴史
69+ ## 歴史 {#history}
7070
7171OpenTelemetryは、[ Cloud Native Computing Foundation (CNCF)] ( https://www.cncf.io ) プロジェクトであり、[ OpenTracing] ( https://opentracing.io ) と[ OpenCensus] ( https://opencensus.io ) の2つのプロジェクトが統合された成果物です。
7272これらのプロジェクトはどちらも、コードを計装し、オブザーバビリティバックエンドにテレメトリーデータを送信する方法の標準がないという問題を解決するために作られました。
You can’t perform that action at this time.
0 commit comments