Skip to content

[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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kohbis
Copy link
Contributor

@kohbis kohbis commented Jun 21, 2025

@kohbis kohbis requested a review from a team as a code owner June 21, 2025 05:31
@opentelemetrybot opentelemetrybot requested a review from a team June 21, 2025 05:31
@opentelemetrybot opentelemetrybot requested a review from a team June 21, 2025 05:31
@kohbis kohbis force-pushed the translate-ja-k8s-operator-automatic branch 6 times, most recently from 1c68d62 to 4791c1b Compare June 21, 2025 05:50
@kohbis kohbis force-pushed the translate-ja-k8s-operator-automatic branch from 4791c1b to c11ff27 Compare June 21, 2025 05:54
@ymotongpoo
Copy link
Contributor

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.

@kohbis
Copy link
Contributor Author

kohbis commented Jun 21, 2025

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
Copy link
Contributor

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にも出力されます。
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
デフォルトでは、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には出力しません。
Copy link
Contributor

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には出力します。
Copy link
Contributor

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}

順序は重要です!
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
順序は重要です!
順序は重要です

### リソースは正しい順序でデプロイされましたか? {#were-the-resources-deployed-in-the-right-order}

順序は重要です!
The `Instrumentation` resource needs to be deployed before
Copy link
Contributor

Choose a reason for hiding this comment

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

原文の削除忘れ

@opentelemetrybot opentelemetrybot requested a review from a team June 25, 2025 03:25
@kohbis kohbis requested a review from ymotongpoo June 27, 2025 01:06
@kohbis
Copy link
Contributor Author

kohbis commented Jun 27, 2025

@ymotongpoo ご指摘取り込みましたので再度ご確認お願いいたします 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants