Skip to content

Commit 68b086d

Browse files
committed
Merge remote-tracking branch 'origin/ja/demo/architecture' into ja/demo/architecture
2 parents 742887b + c5a5746 commit 68b086d

File tree

14 files changed

+18
-14
lines changed

14 files changed

+18
-14
lines changed

content/en/blog/2023/otel-arrow/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ aligning OpenTelemetry more closely with modern data pipelines that are
140140
increasingly pivoting towards Apache Arrow.
141141

142142
A specification for this protocol (OTEP 0156) can be found
143-
[here](https://github.com/open-telemetry/oteps/blob/main/text/0156-columnar-encoding.md).
143+
[here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0156-columnar-encoding.md).
144144
A reference implementation of the encoding/decoding function can be accessed
145145
[here](https://github.com/open-telemetry/otel-arrow).
146146

@@ -269,7 +269,7 @@ invaluable assistance.
269269
## Links
270270

271271
- OpenTelemetry Protocol with Apache Arrow Specification -
272-
[OTEP 0156](https://github.com/open-telemetry/oteps/blob/main/text/0156-columnar-encoding.md)
272+
[OTEP 0156](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0156-columnar-encoding.md)
273273
- OpenTelemetry Protocol with Apache Arrow (encoder/decoder)
274274
[repository](https://github.com/open-telemetry/otel-arrow).
275275
- Receiver

content/en/blog/2024/otel-arrow-production/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The compression bridge consists of two OpenTelemetry Collectors labeled exporter
5454
and receiver, or they could equally be two pools of load-balanced collectors.
5555

5656
As described in the
57-
[OTEP 0156 design document](https://github.com/open-telemetry/oteps/blob/main/text/0156-columnar-encoding.md#mapping-otel-entities-to-arrow-records),
57+
[OTEP 0156 design document](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0156-columnar-encoding.md#mapping-otel-entities-to-arrow-records),
5858
the exporter converts arbitrary OpenTelemetry data into an Arrow record batch.
5959
The Arrow record batch is a block of memory, with a standardized layout, making
6060
it possible to exchange data across address spaces and virtual process

content/en/blog/2024/profiling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ utilization at a code-level and allows for this profiling data to be stored,
5858
queried, and analyzed over time and across different attributes. It’s an
5959
important technique for developers and performance engineers to understand
6060
exactly what’s happening in their code. OpenTelemetry’s
61-
[profiling signal](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0239-profiles-data-model.md)
61+
[profiling signal](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/profiles/0239-profiles-data-model.md)
6262
expands upon the work that has been done in this space and, as a first for the
6363
industry, connects profiles with other telemetry signals from applications and
6464
infrastructure. This allows developers and operators to correlate resource

content/en/docs/concepts/instrumentation/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ to help you decide how to minimize dependency conflicts:
115115
- While your instrumentation stabilizes, consider shipping it as a separate
116116
package, so that it never causes issues for users who don't use it. You can
117117
keep it in your repository, or
118-
[add it to OpenTelemetry](https://github.com/open-telemetry/oteps/blob/main/text/0155-external-modules.md#contrib-components),
118+
[add it to OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0155-external-modules.md#contrib-components),
119119
so it ships with other instrumentation libraries.
120120
- Semantic conventions are [stable, but subject to evolution][]: while this does
121121
not cause any functional issues, you might need to update your instrumentation

content/en/docs/concepts/signals/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OpenTelemetry currently supports [traces](/docs/concepts/signals/traces),
2020
[metrics](/docs/concepts/signals/metrics), [logs](/docs/concepts/signals/logs)
2121
and [baggage](/docs/concepts/signals/baggage). _Events_ are a specific type of
2222
log, and
23-
[_profiles_ are being worked on](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0212-profiling-vision.md)
23+
[_profiles_ are being worked on](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/profiles/0212-profiling-vision.md)
2424
by the Profiling Working Group.
2525

2626
[signals]: /docs/specs/otel/glossary/#signals

content/ja/docs/concepts/instrumentation/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OpenTelemetry API は、抽象化と動作しない実装のセットです。
8787
- OpenTelemetry Trace APIは2021年初めに安定版に達しました。このAPIは[Semantic Versioning 2.0](/docs/specs/otel/versioning-and-stability/)にしがたっていて、開発チームはAPIの安定性を真剣に受け止めています。
8888
- 依存する場合は、もっとも早い安定版の OpenTelemetry API (1.0.\*)を使用し、新機能を使用する必要がない限り、アップデートは避けてください。
8989
- あなたの計装が安定するまでの間、それを別のパッケージとしてリリースすることを検討してください。
90-
あなたのレポジトリに置いておくこともできますし、[OpenTelemetryに追加](https://github.com/open-telemetry/oteps/blob/main/text/0155-external-modules.md#contrib-components) して、他の計装パッケージと一緒にリリースすることもできます。
90+
あなたのレポジトリに置いておくこともできますし、[OpenTelemetryに追加](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0155-external-modules.md#contrib-components) して、他の計装パッケージと一緒にリリースすることもできます。
9191
- セマンティック規約は[安定していますが、徐々に発展しています][stable, but subject to evolution]
9292
機能的な問題は発生しませんが、ときどき、計装をアップデートする必要があるかもしれません。
9393
プレビュープラグインか、OpenTelemetry contrib リポジトリにそれを置くことで、ユーザの変更を壊すことなく、規約を最新に保つことができるかもしれません。

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ OpenTelemetryの目的は、**[シグナル][signals]** を収集、処理、エ
1111
異なるシグナルをグループ化して、同じテクノロジーの内部動作を異なる角度から観察することもできる。
1212

1313
OpenTelemetry は現在、[トレース](/docs/concepts/signals/traces)[メトリクス](/docs/concepts/signals/metrics)[ログ](/docs/concepts/signals/logs)[バゲッジ](/docs/concepts/signals/baggage)をサポートしています。
14-
_イベント_ は特定の種類のログで、_プロファイル_ はProfiling Working Groupによって[現在策定中](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0212-profiling-vision.md)です。
14+
_イベント_ は特定の種類のログで、_プロファイル_ はProfiling Working Groupによって[現在策定中](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/profiles/0212-profiling-vision.md)です。
1515

1616
[signals]: /docs/specs/otel/glossary/#signals

content/pt/docs/concepts/instrumentation/libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ algumas considerações para ajudar a minimizar problemas com dependências:
133133
- Enquanto sua instrumentação se estabiliza, considere lançá-la como um pacote
134134
separado, para que isso não cause problemas para usuários que não a utilizam.
135135
Você pode mantê-la em seu repositório ou
136-
[adicioná-la ao OpenTelemetry](https://github.com/open-telemetry/oteps/blob/main/text/0155-external-modules.md#contrib-components),
136+
[adicioná-la ao OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0155-external-modules.md#contrib-components),
137137
para que seja distribuída junto com outras bibliotecas de instrumentação.
138138
- As Convenções Semânticas são [estáveis, mas sujeitas à evolução][]: embora
139139
isso não cause problemas funcionais, pode ser necessário atualizar sua

content/pt/docs/concepts/signals/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ O OpenTelemetry atualmente suporta [rastros](/docs/concepts/signals/traces),
1919
[métricas](/docs/concepts/signals/metrics), [logs](/docs/concepts/signals/logs)
2020
e [bagagem](/docs/concepts/signals/baggage). Eventos são um tipo específico de
2121
log, e o
22-
[perfilamento está sendo trabalhado](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0212-profiling-vision.md)
22+
[perfilamento está sendo trabalhado](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/profiles/0212-profiling-vision.md)
2323
pelo Grupo de Trabalho de Perfilamento _(Profiling Working Group)_.
2424

2525
[sinais]: /docs/specs/otel/glossary/#signals

content/zh/docs/concepts/signals/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ OpenTelemetry 的目的是收集、处理和导出 **[信号][]** 。
2222
- [行李 (Baggage)](/docs/concepts/signals/baggage)
2323

2424
**事件**是一种特定类型的日志,而
25-
[**profiles** 正在由 Profiling 工作组开发](https://github.com/open-telemetry/oteps/blob/main/text/profiles/0212-profiling-vision.md)
25+
[**profiles** 正在由 Profiling 工作组开发](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/profiles/0212-profiling-vision.md)
2626

2727
[信号]: /docs/specs/otel/glossary/#signals

data/registry/instrumentation-java-http4k.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ isFirstParty: true
1919
package:
2020
registry: maven
2121
name: org.http4k/http4k-opentelemetry
22-
version: 5.42.0.0
22+
version: 5.43.0.0

data/registry/tools-dotnet-aspire-dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ description:
1515
about your distributed application.
1616
authors:
1717
- name: Microsoft
18-
url: https://github.com/microsft
18+
url: https://github.com/microsoft
1919
createdAt: 2024-12-12

layouts/partials/docs/get-signal-status.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ $status = cond (in $statusWeCanLinkTo $status)
2121
(printf "[%s](/docs/specs/otel/versioning-and-stability/#%s)" $humanizedStatus $status)
2222
(cond (in "alpha beta" $status)
23-
(printf "[%s](https://github.com/open-telemetry/oteps/blob/main/text/0232-maturity-of-otel.md#%s)" $humanizedStatus $status)
23+
(printf "[%s](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0232-maturity-of-otel.md#%s)" $humanizedStatus $status)
2424
$humanizedStatus)
2525
-}}
2626
{{ end -}}

static/refcache.json

+4
Original file line numberDiff line numberDiff line change
@@ -6063,6 +6063,10 @@
60636063
"StatusCode": 206,
60646064
"LastSeen": "2024-12-12T21:04:04.691776+01:00"
60656065
},
6066+
"https://github.com/microsoft": {
6067+
"StatusCode": 200,
6068+
"LastSeen": "2024-12-26T01:30:01.335046861Z"
6069+
},
60666070
"https://github.com/microsoft/ApplicationInsights-Java": {
60676071
"StatusCode": 200,
60686072
"LastSeen": "2024-04-19T17:43:49.897716918Z"

0 commit comments

Comments
 (0)