-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ja] docs(i18n): translate content/en/docs/zero-code/java/agent/getting-srarted.md #7918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
||
## セットアップ {#setup} | ||
|
||
1. `opentelemetry-java-instrumentation` リポジトリの [Releases][] から[opentelemetry-javaagent.jar][] をダウンロードし、任意のディレクトリにJAR ファイルを配置します。JAR ファイルには、エージェントと計装ライブラリが含まれています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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` とその他の設定を追加して、アプリケーションを起動します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. JVM 起動引数に `-javaagent:path/to/opentelemetry-javaagent.jar` とその他の設定を追加して、アプリケーションを起動します。 | |
2. JVM起動引数に `-javaagent:path/to/opentelemetry-javaagent.jar` とその他の設定を追加して、アプリケーションを起動します。 |
|
||
## 宣言的設定 {#declarative-configuration} | ||
|
||
宣言的設定では、環境変数やシステムプロパティのかわりに YAML ファイルを使用します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
宣言的設定では、環境変数やシステムプロパティのかわりに YAML ファイルを使用します。 | |
宣言的設定では、環境変数やシステムプロパティのかわりにYAMLファイルを使用します。 |
エージェントは高度に設定可能です。 | ||
|
||
設定プロパティを `-D` フラグで渡す方法があります。 | ||
この例では、サービス名とトレース用の Zipkin エクスポーターが設定されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この例では、サービス名とトレース用の Zipkin エクスポーターが設定されています。 | |
この例では、サービス名とトレース用のZipkinエクスポーターが設定されています。 |
-jar myapp.jar | ||
``` | ||
|
||
Java プロパティファイルを提供し、そこから設定値を読み込むこともできます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java プロパティファイルを提供し、そこから設定値を読み込むこともできます。 | |
Javaプロパティファイルを提供し、そこから設定値を読み込むこともできます。 |
|
||
## サポートされているライブラリ、フレームワーク、アプリケーションサービス、JVM {#supported-libraries-frameworks-application-services-and-jvms} | ||
|
||
Java エージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java エージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。 | |
Javaエージェントには、多くの一般的なコンポーネント用の計装ライブラリが同梱されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Msksgm いくつかsuggestしました 🙇
original
preview.