[stable/datadog] Change default for processAgent.enabled to true (#21602)

* [stable/datadog] Change default value for processAgent.enabled to true to

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>

* Update chart version and add changelog note

Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
This commit is contained in:
Ivan Ilichev
2020-03-26 13:44:23 -07:00
committed by GitHub
parent 117dcb331f
commit a9c0951a1e
4 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
# Datadog changelog
## 2.0
## 2.1.0
* Changed the default for `processAgent.enabled` to `true`.
## 2.0.14
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.0.14
version: 2.1.0
appVersion: "7"
description: Datadog Agent
keywords:
+1 -1
View File
@@ -271,7 +271,7 @@ helm install --name <RELEASE_NAME> \
| `datadog.logsPointerHostPath` | Host path to store the log tailing state in | `/var/lib/datadog-agent/logs` |
| `datadog.apm.enabled` | Enable tracing from the host | `false` |
| `datadog.apm.port` | Used to override the default agent APM Port | `8126` |
| `datadog.processAgent.enabled` | Enable live process and container monitoring agent. Possible values: `true` enable process-agent, `false` disable process-agent | `false` |
| `datadog.processAgent.enabled` | Enable live process and container monitoring agent. Possible values: `true` enable process-agent, `false` disable process-agent | `true` |
| `datadog.processAgent.processCollection` | Enable live process collection. Possible values: `true` enable process collection, `false` disable process collection | `false` |
| `datadog.checksd` | Additional custom checks as python code | `nil` |
| `datadog.confd` | Additional check configurations (static and Autodiscovery) | `nil` |
+1 -1
View File
@@ -289,7 +289,7 @@ datadog:
## Note: /etc/passwd is automatically mounted to allow username resolution.
## ref: https://docs.datadoghq.com/graphing/infrastructure/process/#kubernetes-daemonset
#
enabled: false
enabled: true
## @param processCollection - boolean - required
## Set this to true to enable process collection in process monitoring agent