-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[ja]Translate content/en/docs/platforms/kubernetes/operator/automatic.md #7159
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?
[ja]Translate content/en/docs/platforms/kubernetes/operator/automatic.md #7159
Conversation
1c68d62
to
4791c1b
Compare
4791c1b
to
c11ff27
Compare
Hi @kohbis , thanks for the contribution! To reduce the GitHub Action runs and notifications to the reviewers, I would recommend marking the PR as a draft until it gets ready for the review. |
@ymotongpoo Sorry for cluttering your notifications...I’ll be careful next time. |
## OpenTelemetryコレクターの作成(オプション) {#create-an-opentelemetry-collector-optional} | ||
|
||
コレクターによって、シークレット管理が簡素化され、データエクスポートの問題(リトライが必要な場合など)がアプリから分離され、[k8sattributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor)などを使用してテレメトリーにデータを追加できます。 | ||
If you chose not to use a Collector, you can skip to the next |
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.
原文を消し忘れています
|
||
#### 構成オプション {#deno-configuration-options} | ||
|
||
デフォルトでは、DenoのOpenTelemetry統合は `console.log()` の出力を[ログ](/docs/concepts/signals/logs/)としてエクスポートしますが、ログはstdout / stderrにも出力されます。 |
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.
デフォルトでは、DenoのOpenTelemetry統合は `console.log()` の出力を[ログ](/docs/concepts/signals/logs/)としてエクスポートしますが、ログはstdout / stderrにも出力されます。 | |
デフォルトでは、DenoのOpenTelemetry統合は `console.log()` の出力を[ログ](/docs/concepts/signals/logs/)としてエクスポートしますが、ログは標準出力や標準エラーにも出力されます。 |
デフォルトでは、DenoのOpenTelemetry統合は `console.log()` の出力を[ログ](/docs/concepts/signals/logs/)としてエクスポートしますが、ログはstdout / stderrにも出力されます。 | ||
これらは代替動作を構成できます。 | ||
|
||
- `OTEL_DENO_CONSOLE=replace`: `console.log()` の出力をログとしてのみエクスポートし、stdout / stderrには出力しません。 |
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.
同上
これらは代替動作を構成できます。 | ||
|
||
- `OTEL_DENO_CONSOLE=replace`: `console.log()` の出力をログとしてのみエクスポートし、stdout / stderrには出力しません。 | ||
- `OTEL_DENO_CONSOLE=ignore`: `console.log()` の出力をログとしてエクスポートせず、stdout / stderrには出力します。 |
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.
同上
|
||
### リソースは正しい順序でデプロイされましたか? {#were-the-resources-deployed-in-the-right-order} | ||
|
||
順序は重要です! |
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.
順序は重要です! | |
順序は重要です! |
### リソースは正しい順序でデプロイされましたか? {#were-the-resources-deployed-in-the-right-order} | ||
|
||
順序は重要です! | ||
The `Instrumentation` resource needs to be deployed before |
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.
原文の削除忘れ
@ymotongpoo ご指摘取り込みましたので再度ご確認お願いいたします 🙇 |
Original
Page
https://opentelemetry.io/docs/platforms/kubernetes/operator/automatic/
File with SHA
a1ae4e3a4e759db02c32bc86fc53321ebf611f92
https://github.com/open-telemetry/opentelemetry.io/blob/a1ae4e3a4e759db02c32bc86fc53321ebf611f92/content/en/docs/platforms/kubernetes/operator/automatic.md
Preview
https://deploy-preview-7159--opentelemetry.netlify.app/ja/docs/platforms/kubernetes/operator/automatic/