Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ IgnoreDirs:
- ^es/docs/concepts/instrumentation/zero-code/
- ^es/docs/concepts/signals/baggage/
- ^es/docs/zero-code/php/
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
- ^ja/docs/concepts/components/
- ^ja/docs/concepts/glossary/
- ^ja/docs/concepts/signals/baggage/
- ^ja/docs/languages/erlang/sampling/
- ^ja/docs/languages/js/sampling/
- ^ja/docs/languages/ruby/sampling/
- ^ja/docs/zero-code/php/
# TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
- ^ja/docs/concepts/instrumentation/libraries/
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
Expand Down
10 changes: 0 additions & 10 deletions content/ja/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
---
title: ドキュメント
menu: { main: { weight: 10 } }
htmltest:
IgnoreDirs:
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
- ^ja/docs/concepts/components/
- ^ja/docs/concepts/glossary/
- ^ja/docs/concepts/signals/baggage/
- ^ja/docs/languages/erlang/sampling/
- ^ja/docs/languages/js/sampling/
- ^ja/docs/languages/ruby/sampling/
- ^ja/docs/zero-code/php/
default_lang_commit: c2cd5b14
---

Expand Down
4 changes: 2 additions & 2 deletions content/ja/docs/concepts/context-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ default_lang_commit: 313e391

コンテキストの伝播を理解するには、コンテキストと伝搬(プロパゲーション)という、2つの別々の概念を理解する必要があります。

## コンテキスト
## コンテキスト {#context}

コンテキストは、送受信サービスまたは[実行ユニット](/docs/specs/otel/glossary/#execution-unit)が、あるシグナルと別のシグナルを関連付けるための情報を含むオブジェクトです。

たとえば、サービスAがサービスBを呼び出した場合、IDがコンテキスト内にあるサービスAのスパンは、サービスBで次に作成されるスパンの親スパンとして使用されます。
コンテキスト内にあるトレースIDは、サービスBで次に作成されるスパンにも使用されるため、そのスパンはサービスAのスパンと同じトレースの一部であることを意味します。

## 伝搬(プロパゲーション)
## 伝搬(プロパゲーション) {#propagation}

伝搬は、サービスとプロセス間でコンテキストを移動させる仕組みです。
コンテキストオブジェクトをシリアライズまたはデシリアライズし、あるサービスから別のサービスに伝搬される関連情報を提供します。
Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/sampling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _適切なデータのサンプリングが必要なだけです。_
誰かが「データをサンプリングアウトしている」と言ったり、処理またはエクスポートされていないデータは「サンプリングされた」と見なされると言ったりするのを見かけるかもしれません。
これらは間違った表現です。

## ヘッドサンプリング
## ヘッドサンプリング {#head-sampling}

ヘッドサンプリングは、サンプリングの決定をできるだけ早期に行うために用いられるサンプリング技術です。
スパンやトレースのサンプリングまたはドロップの決定は、トレース全体を検査することによって行われるわけではありません。
Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/what-is-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OpenTelemetryは拡張できるように設計されています。どのよう

ほとんどのユーザーはOpenTelemetryを拡張する必要はないかもしれませんが、このプロジェクトはほぼすべてのレベルで拡張できるように設計されています。

## 歴史
## 歴史 {#history}

OpenTelemetryは、[Cloud Native Computing Foundation (CNCF)](https://www.cncf.io)プロジェクトであり、[OpenTracing](https://opentracing.io)と[OpenCensus](https://opencensus.io)の2つのプロジェクトが統合された成果物です。
これらのプロジェクトはどちらも、コードを計装し、オブザーバビリティバックエンドにテレメトリーデータを送信する方法の標準がないという問題を解決するために作られました。
Expand Down