From a2dbe3cd9c3e127cc5d9ee08b8b3d1ae6a6bb75e Mon Sep 17 00:00:00 2001 From: Kazunori Otani Date: Sun, 17 Nov 2024 00:23:54 +0900 Subject: [PATCH] [ja] Temporarily patch page to avoid link-check failure (#5609) Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- .htmltest.yml | 2 -- content/ja/docs/concepts/instrumentation/libraries.md | 8 ++------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index dff29e7f9298..f5e73895ca1a 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -10,8 +10,6 @@ IgnoreDirs: # DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter. # Ignore blog index pages for all locales and in all blog sections (top-level and years) - ^(../)?blog/(\d+/)?page/\d+ - # 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: - ^zh/docs/concepts/signals/baggage/ - ^zh/docs/zero-code/php/ diff --git a/content/ja/docs/concepts/instrumentation/libraries.md b/content/ja/docs/concepts/instrumentation/libraries.md index 38d1ed962104..f3c38a3d70ba 100644 --- a/content/ja/docs/concepts/instrumentation/libraries.md +++ b/content/ja/docs/concepts/instrumentation/libraries.md @@ -2,11 +2,7 @@ title: ライブラリ description: ライブラリにネイティブ計装を追加する方法を紹介します。 weight: 40 -default_lang_commit: d8c5612 -htmltest: - IgnoreDirs: - # TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages: - - ^ja/docs/concepts/instrumentation/libraries/ +default_lang_commit: d8c5612 # + link-fix patch --- OpenTelemetryは、多くのライブラリに[計装ライブラリ][instrumentation libraries]を提供していて、これは通常、ライブラリフックやモンキーパッチライブラリコードを通して行われます。 @@ -235,7 +231,7 @@ try (Scope unused = span.makeCurrent()) { ここに[Java でのコンテキスト抽出の例](/docs/languages/java/instrumentation/#context-propagation) の完全なものがあります。 メッセージングシステムの場合、一度に複数のメッセージを受け取ることがあります。 -受信したメッセージは、作成したスパンの[_リンク_](/docs/languages/java/instrumentation/#create-spans-with-links)になります。 +受信したメッセージは、作成したスパンの _リンク_ になります。 詳しくは[メッセージング規約](/docs/specs/semconv/messaging/messaging-spans/)を参照してください(警告:メッセージング規約は[策定中](https://github.com/open-telemetry/oteps/pull/173) 🚧 です)。 ### コンテキストを注入する {#injecting-context}