Skip to content

Commit 2aedbfa

Browse files
committed
docs: update content/ja/docs/concepts/signals/traces page
1 parent e851eb6 commit 2aedbfa

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

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

98
**トレース** は、リクエストがアプリケーションに投げられたときに何が起こるかの全体像を教えてくれます。
@@ -23,8 +22,8 @@ cSpell:ignore: Guten
2322
{
2423
"name": "hello",
2524
"context": {
26-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
27-
"span_id": "0x051581bf3cb55c13"
25+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
26+
"span_id": "051581bf3cb55c13"
2827
},
2928
"parent_id": null,
3029
"start_time": "2022-04-29T18:52:58.114201Z",
@@ -54,10 +53,10 @@ cSpell:ignore: Guten
5453
{
5554
"name": "hello-greetings",
5655
"context": {
57-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
58-
"span_id": "0x5fb397be34d26b51"
56+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
57+
"span_id": "5fb397be34d26b51"
5958
},
60-
"parent_id": "0x051581bf3cb55c13",
59+
"parent_id": "051581bf3cb55c13",
6160
"start_time": "2022-04-29T18:52:58.114304Z",
6261
"end_time": "2022-04-29T22:52:58.114561Z",
6362
"attributes": {
@@ -92,10 +91,10 @@ cSpell:ignore: Guten
9291
{
9392
"name": "hello-salutations",
9493
"context": {
95-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
96-
"span_id": "0x93564f51e1abe1c2"
94+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
95+
"span_id": "93564f51e1abe1c2"
9796
},
98-
"parent_id": "0x051581bf3cb55c13",
97+
"parent_id": "051581bf3cb55c13",
9998
"start_time": "2022-04-29T18:52:58.114492Z",
10099
"end_time": "2022-04-29T18:52:58.114631Z",
101100
"attributes": {
@@ -148,7 +147,7 @@ OpenTelemetryでのトレースがどのように機能するかを理解する
148147

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

153152
## スパン {#spans}
154153

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)