Skip to content

Commit fc9530b

Browse files
Msksgmkohbistheletterf
authored
[ja] fix: drifted files of content/ja/docs/platforms/kubernetes/ (#7889)
Co-authored-by: Kohei Sugimoto <18735471+kohbis@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
1 parent 2e1eac2 commit fc9530b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/ja/docs/platforms/kubernetes/helm/collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OpenTelemetryコレクターチャート
33
linkTitle: コレクターチャート
4-
default_lang_commit: e8f18928513b726068be250802ebe7ece25e8851
4+
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8
55
# prettier-ignore
66
cSpell:ignore: debugexporter filelog filelogreceiver hostmetricsreceiver kubelet kubeletstats kubeletstatsreceiver otlphttp sattributesprocessor sclusterreceiver sobjectsreceiver statefulset
77
---

content/ja/docs/platforms/kubernetes/operator/automatic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 自動計装の注入
33
linkTitle: 自動計装
44
weight: 11
55
description: OpenTelemetryオペレーターを使用した自動計装の実装。
6-
default_lang_commit: a1ae4e3a4e759db02c32bc86fc53321ebf611f92
6+
default_lang_commit: 276d7eb3f936deef6487cdd2b1d89822951da6c8
77
# prettier-ignore
88
cSpell:ignore: GRPCNETCLIENT k8sattributesprocessor otelinst otlpreceiver REDISCALA
99
---
@@ -24,7 +24,8 @@ Helmチャートを使用する場合は、自己証明書を生成するオプ
2424
2525
## OpenTelemetryコレクターの作成(オプション) {#create-an-opentelemetry-collector-optional}
2626

27-
コレクターによって、シークレット管理が簡素化され、データエクスポートの問題(リトライが必要な場合など)がアプリから分離され、[k8sattributesprocessor](http://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor)などを使用してテレメトリーにデータを追加できます。
27+
コンテナからテレメトリーをバックエンドに直接送信するのではなく、[OpenTelemetryコレクター](/docs/platforms/kubernetes/collector/)に送信するのがベストプラクティスです
28+
コレクターによって、シークレット管理が簡素化され、データエクスポートの問題(リトライが必要な場合など)がアプリから分離され、[k8sattributesprocessor](http://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor)コンポーネントなどを使用してテレメトリーにデータを追加できます。
2829
コレクターを使用しない場合、次のセクションに進んでください。
2930

3031
オペレーターは、オペレーターが管理するコレクターのインスタンスを作成するために使用される[OpenTelemetryコレクターのカスタムリソース定義 (CRD)](http://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api/opentelemetrycollectors.md)です。

0 commit comments

Comments
 (0)