File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 )
460460is 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.
Original file line number Diff line number Diff 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
1313cSpell: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 ) 、スパンイベント、スパンリンクには属性があります
You can’t perform that action at this time.
0 commit comments