-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jpkrohling/CVE-2024-36129
- Loading branch information
Showing
207 changed files
with
496 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
content/en/docs/zero-code/java/spring-boot-starter/additional-instrumentations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
content/en/docs/zero-code/java/spring-boot-starter/annotations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: Annotations | ||
description: Using instrumentation annotations with the Spring starter. | ||
weight: 60 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...nt/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
title: OpenTelemetry | ||
description: >- | ||
効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー | ||
developer_note: | ||
blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。 | ||
--- | ||
|
||
<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div> | ||
|
||
{{< blocks/cover image_anchor="top" height="max" color="primary" >}} | ||
|
||
<!-- prettier-ignore --> | ||
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg) | ||
{.otel-logo} | ||
|
||
<!-- prettier-ignore --> | ||
{{% param description %}} | ||
{.display-6} | ||
|
||
<div class="l-primary-buttons mt-5"> | ||
|
||
- [より詳しく学ぶ](/docs/what-is-opentelemetry/) | ||
- [デモを試す](/docs/demo/) | ||
- [インテグレーションを探す](/ecosystem/integrations) | ||
|
||
</div> | ||
|
||
<div class="h3 mt-4"> | ||
あなたのロールに応じて<a class="text-secondary" href="/docs/getting-started/">始めてみましょう</a> | ||
</div> | ||
<div class="l-get-started-buttons"> | ||
|
||
- [開発者(Dev)](/docs/getting-started/dev/) | ||
- [運用担当者(Ops)](/docs/getting-started/ops/) | ||
|
||
</div> | ||
{{< /blocks/cover >}} | ||
|
||
{{% blocks/lead color="white" %}} | ||
|
||
OpenTelemetry は API、SDK、ツールのコレクションです。 | ||
テレメトリーデータ(メトリクス、ログ、トレース)の計装、生成、収集、エクスポートに使用し、ソフトウェアのパフォーマンスや動作の分析に役立てましょう。 | ||
|
||
> OpenTelemetryは[いくつかの言語](/docs/languages/)で **一般的に利用可能** で、使用に適しています。 | ||
{{% /blocks/lead %}} | ||
|
||
{{% blocks/section color="dark" type="row" %}} | ||
|
||
{{% blocks/feature icon="fas fa-chart-line" title="トレース、メトリクス、ログ"%}} | ||
|
||
サービスやソフトウェアからテレメトリーデータを作成・収集し、様々な分析ツールに転送します。 | ||
|
||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fas fa-magic" title="ドロップイン計装" %}} | ||
|
||
OpenTelemetryは、[Spring](https://spring.io)、[ASP.NET Core](https://docs.microsoft.com/aspnet/core)、[Express](https://expressjs.com)、[Quarkus](https://quarkus.io)などの一般的なライブラリやフレームワークとインテグレートされています! | ||
インストールとインテグレーションは、数行のコードで行えるほど簡単です。 | ||
|
||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fab fa-github" title="オープンソース、ベンダー非依存" %}} | ||
|
||
100%フリーでオープンソースのOpenTelemetryは、オブザーバビリティ分野の[業界リーダー](/ecosystem/vendors/)によって採用され、サポートされています。 | ||
|
||
{{% /blocks/feature %}} | ||
|
||
{{% /blocks/section %}} | ||
|
||
{{% blocks/section color="secondary" type="cncf" %}} | ||
|
||
**OpenTelemetryは[CNCF][] [incubating][]プロジェクトです。**<br>OpenTracingとOpenCensusのプロジェクトが合併して設立されました。 | ||
|
||
[![CNCF logo][]][cncf] | ||
|
||
[cncf]: https://cncf.io | ||
[cncf logo]: /img/logos/cncf-white.svg | ||
[incubating]: https://www.cncf.io/projects/ | ||
|
||
{{% /blocks/section %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: 上下文传播 | ||
weight: 10 | ||
description: 了解实现分布式追踪的概念。 | ||
--- | ||
|
||
通过上下文传播,[信号](/docs/concepts/signals)可以相互关联, | ||
无论它们是在何处生成的。 | ||
尽管它不仅限于链路追踪,但它允许 [trace](/docs/concepts/signals/traces) | ||
跨进程和网络边界任意分布的服务构建相关系统的关联信息。 | ||
|
||
我们通过两个子概念来定义上下文传播:上下文和传播。 | ||
|
||
## 上下文 | ||
|
||
**上下文**是一个对象,它包含发送和接收服务 | ||
(或[执行单元](/docs/specs/otel/glossary/#execution-unit)) | ||
用于将一个信号与另一个信号关联起来的信息。 | ||
|
||
例如,如果服务 A 调用服务 B,那么服务 A 中 ID 在上下文中的 span 将用作服务 | ||
B 中创建的下一个 span 的父 span。 | ||
上下文中的 trace ID 也将用于服务 B 中创建的下一个 span, | ||
这表示该 span 与服务 A 中的 span 属于同一 trace 的一部分。 | ||
|
||
## 传播 | ||
|
||
**传播**是上下文在服务和进程之间移动的机制。 | ||
它序列化或反序列化上下文对象并提供要从一个服务传播到另一个服务的相关信息。 | ||
传播通常由检测库处理并且对用户是透明的,但如果你需要手动传播上下文,则可以使用传播 API。 | ||
|
||
OpenTelemetry 维护着几个官方传播器。 | ||
默认传播器使用 [W3C 追踪上下文](https://www.w3.org/TR/trace-context/) | ||
规范指定的标头。 | ||
|
||
## 规范 | ||
|
||
要了解有关上下文传播的更多信息,请参阅[上下文规范](/docs/specs/otel/context/)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ go: | |
status: | ||
traces: stable | ||
metrics: stable | ||
logs: alpha | ||
logs: beta | ||
java: | ||
name: Java | ||
status: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.