Skip to content

Commit 62db0cb

Browse files
authored
[ja] update content/ja/docs/concepts/traces page (open-telemetry#6293)
1 parent e851eb6 commit 62db0cb

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/ja/docs/concepts/signals/traces.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: トレース
33
weight: 1
44
description: アプリケーションを通過するリクエストの経路
5-
default_lang_commit: 9b5e318
5+
default_lang_commit: b7e40731390448f604897ded62cff8abd3505430
66
cSpell:ignore: Guten
77
---
88

@@ -23,8 +23,8 @@ cSpell:ignore: Guten
2323
{
2424
"name": "hello",
2525
"context": {
26-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
27-
"span_id": "0x051581bf3cb55c13"
26+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
27+
"span_id": "051581bf3cb55c13"
2828
},
2929
"parent_id": null,
3030
"start_time": "2022-04-29T18:52:58.114201Z",
@@ -54,10 +54,10 @@ cSpell:ignore: Guten
5454
{
5555
"name": "hello-greetings",
5656
"context": {
57-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
58-
"span_id": "0x5fb397be34d26b51"
57+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
58+
"span_id": "5fb397be34d26b51"
5959
},
60-
"parent_id": "0x051581bf3cb55c13",
60+
"parent_id": "051581bf3cb55c13",
6161
"start_time": "2022-04-29T18:52:58.114304Z",
6262
"end_time": "2022-04-29T22:52:58.114561Z",
6363
"attributes": {
@@ -92,10 +92,10 @@ cSpell:ignore: Guten
9292
{
9393
"name": "hello-salutations",
9494
"context": {
95-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
96-
"span_id": "0x93564f51e1abe1c2"
95+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
96+
"span_id": "93564f51e1abe1c2"
9797
},
98-
"parent_id": "0x051581bf3cb55c13",
98+
"parent_id": "051581bf3cb55c13",
9999
"start_time": "2022-04-29T18:52:58.114492Z",
100100
"end_time": "2022-04-29T18:52:58.114631Z",
101101
"attributes": {
@@ -148,7 +148,7 @@ OpenTelemetryでのトレースがどのように機能するかを理解する
148148

149149
コンテキスト伝搬(プロパゲーション)は、分散トレースを可能にする中心となる概念です。
150150
コンテキスト伝搬を使用すると、スパンがどこで生成されたかに関係なく、スパンを相互に関連付け、トレースとして組み立てられます。
151-
このトピックについては、[コンテキスト伝搬](/docs/concepts/context-propagation)の概要を参照してください。
151+
このトピックについては、[コンテキスト伝搬](../../context-propagation)の概要を参照してください。
152152

153153
## スパン {#spans}
154154

@@ -216,7 +216,7 @@ OpenTelemetryでは、以下の情報を含みます。
216216
- トレースフラグ。これはトレースに関する情報を含むバイナリエンコーディングです。
217217
- ベンダ固有のトレース情報を保持するキーと値のペアのリスト
218218

219-
スパンコンテキストは、[分散コンテキスト](#context-propagation)[バゲッジ](/docs/concepts/signals/baggage)と共にシリアライズされ、伝搬されるスパンの一部です。
219+
スパンコンテキストは、[分散コンテキスト](#context-propagation)[バゲッジ](../baggage)と共にシリアライズされ、伝搬されるスパンの一部です。
220220

221221
スパンコンテキストにはトレースIDが含まれているため、[スパンリンク](#span-links)を作成する際に使用されます。
222222

@@ -277,6 +277,8 @@ SDKでのサンプリングで属性を利用できるようにするには、
277277

278278
リンクは必須ではありませんが、トレーススパン同士を関連付ける良い方法として役立ちます。
279279

280+
スパンリンクの詳細は、[リンク](/docs/specs/otel/trace/api/#link) を参照してください。
281+
280282
### スパンステータス {#span-status}
281283

282284
各スパンにはステータスがあります。可能な値は以下の3つです。

0 commit comments

Comments
 (0)