Skip to content

Commit

Permalink
Add missing heading ids on lang:ja (open-telemetry#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
katzchang authored and ymotongpoo committed Jan 2, 2025
1 parent db08d53 commit cca91c1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 22 deletions.
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

0 comments on commit cca91c1

Please sign in to comment.