Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/ja/containers/kubernetes/apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ title: Kubernetes APM - トレース収集

{{< tabs >}}
{{% tab "Datadog Operator" %}}
`datadog-agent.yaml` を編集して `features.liveProcessCollection.enabled` を `true` に設定します。
`datadog-agent.yaml` を編集して `features.apm.enabled` を `true` に設定します。

```yaml
apiVersion: datadoghq.com/v2alpha1
Expand Down Expand Up @@ -319,4 +319,4 @@ APM の構成で利用可能な環境変数のリスト:
[9]: /ja/tracing/guide/setting_up_apm_with_kubernetes_service/
[10]: /ja/tracing
[11]: /ja/tracing/guide/ignoring_apm_resources/?tab=kubernetes
[12]: /ja/agent/configuration/dual-shipping/
[12]: /ja/agent/configuration/dual-shipping/
Loading