Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/docs/languages/java/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ public class ProvidersAndScopes {

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

- [Spans](#span), span events, and span links have attributes.
- The measurements recorded to [metric instruments](#meter) have attributes.
Expand Down
4 changes: 2 additions & 2 deletions content/ja/docs/languages/java/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logBridgeWarning: >
[Log Bridge API](/docs/specs/otel/logs/api/)を表しており、これは他のログAPI/フレームワークを通じて
記録されたログをOpenTelemetryにブリッジするためのログアペンダーを作成するために存在します。
これらはLog4j / SLF4J / Logback / などの代替として、エンドユーザーが使用することを意図していません。
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8 # patched
cSpell:ignore: Dotel kotlint Logback updowncounter
---

Expand Down Expand Up @@ -413,7 +413,7 @@ public class ProvidersAndScopes {

### Attributes {#attributes}

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

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