Skip to content

Commit 1b1661f

Browse files
authored
Java API - Update link for specs reference (#8287)
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent df0ac13 commit 1b1661f

File tree

2 files changed

+4
-4
lines changed
  • content

2 files changed

+4
-4
lines changed

content/en/docs/languages/java/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ public class ProvidersAndScopes {
458458

459459
[Attributes](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/common/Attributes.html)
460460
is a bundle of key value pairs representing the
461-
[standard attribute definition](/docs/specs/otel/common/#standard-attribute).
462-
`Attributes` are a recurring concept in the OpenTelemetry API:
461+
[attribute definition](/docs/specs/otel/common/#attribute). `Attributes` are a
462+
recurring concept in the OpenTelemetry API:
463463

464464
- [Spans](#span), span events, and span links have attributes.
465465
- The measurements recorded to [metric instruments](#meter) have attributes.

content/ja/docs/languages/java/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logBridgeWarning: >
99
[Log Bridge API](/docs/specs/otel/logs/api/)を表しており、これは他のログAPI/フレームワークを通じて
1010
記録されたログをOpenTelemetryにブリッジするためのログアペンダーを作成するために存在します。
1111
これらはLog4j / SLF4J / Logback / などの代替として、エンドユーザーが使用することを意図していません。
12-
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8
12+
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8 # patched
1313
cSpell:ignore: Dotel kotlint Logback updowncounter
1414
---
1515

@@ -413,7 +413,7 @@ public class ProvidersAndScopes {
413413

414414
### Attributes {#attributes}
415415

416-
[Attributes](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/common/Attributes.html)[標準属性定義](/docs/specs/otel/common/#standard-attribute)を表すキー値ペアのバンドルです。
416+
[Attributes](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/common/Attributes.html)[標準属性定義](/docs/specs/otel/common/#attribute)を表すキー値ペアのバンドルです。
417417
`Attributes`は、OpenTelemetry APIにおける繰り返し出現する概念です。
418418

419419
- [スパン](#span)、スパンイベント、スパンリンクには属性があります

0 commit comments

Comments
 (0)