Skip to content

Conversation

Msksgm
Copy link
Member

@Msksgm Msksgm commented Sep 28, 2025

@otelbot-docs otelbot-docs bot requested review from a team September 28, 2025 07:50
@Msksgm Msksgm marked this pull request as ready for review September 28, 2025 07:52
@Msksgm Msksgm requested a review from a team as a code owner September 28, 2025 07:53
@Msksgm Msksgm changed the title docs(i18n): translate content/en/docs/zero-code/java/agent/getting-srarted.md into ja [ja] docs(i18n): translate content/en/docs/zero-code/java/agent/getting-srarted.md Sep 28, 2025
@vitorvasc vitorvasc added the sig-approval-missing Co-owning SIG didn't provide an approval label Sep 29, 2025

## セットアップ {#setup}

1. `opentelemetry-java-instrumentation` リポジトリの [Releases][] から[opentelemetry-javaagent.jar][] をダウンロードし、任意のディレクトリにJAR ファイルを配置します。JAR ファイルには、エージェントと計装ライブラリが含まれています。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. `opentelemetry-java-instrumentation` リポジトリの [Releases][] から[opentelemetry-javaagent.jar][] をダウンロードし、任意のディレクトリにJAR ファイルを配置します。JAR ファイルには、エージェントと計装ライブラリが含まれています。
1. `opentelemetry-java-instrumentation` リポジトリの [Releases][] から[opentelemetry-javaagent.jar][] をダウンロードし、任意のディレクトリにJARファイルを配置します。JARファイルには、エージェントと計装ライブラリが含まれています。

## セットアップ {#setup}

1. `opentelemetry-java-instrumentation` リポジトリの [Releases][] から[opentelemetry-javaagent.jar][] をダウンロードし、任意のディレクトリにJAR ファイルを配置します。JAR ファイルには、エージェントと計装ライブラリが含まれています。
2. JVM 起動引数に `-javaagent:path/to/opentelemetry-javaagent.jar` とその他の設定を追加して、アプリケーションを起動します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. JVM 起動引数に `-javaagent:path/to/opentelemetry-javaagent.jar` とその他の設定を追加して、アプリケーションを起動します。
2. JVM起動引数に `-javaagent:path/to/opentelemetry-javaagent.jar` とその他の設定を追加して、アプリケーションを起動します。


## 宣言的設定 {#declarative-configuration}

宣言的設定では、環境変数やシステムプロパティのかわりに YAML ファイルを使用します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
宣言的設定では、環境変数やシステムプロパティのかわりに YAML ファイルを使用します
宣言的設定では、環境変数やシステムプロパティのかわりにYAMLファイルを使用します

エージェントは高度に設定可能です。

設定プロパティを `-D` フラグで渡す方法があります。
この例では、サービス名とトレース用の Zipkin エクスポーターが設定されています。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
この例では、サービス名とトレース用の Zipkin エクスポーターが設定されています
この例では、サービス名とトレース用のZipkinエクスポーターが設定されています

-jar myapp.jar
```

Java プロパティファイルを提供し、そこから設定値を読み込むこともできます。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Java プロパティファイルを提供し、そこから設定値を読み込むこともできます。
Javaプロパティファイルを提供し、そこから設定値を読み込むこともできます。


## サポートされているライブラリ、フレームワーク、アプリケーションサービス、JVM {#supported-libraries-frameworks-application-services-and-jvms}

Java エージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Java エージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。
Javaエージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。

Copy link
Contributor

@kohbis kohbis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Msksgm いくつかsuggestしました 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang:ja sig-approval-missing Co-owning SIG didn't provide an approval

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants