mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -1,6 +1,9 @@
|
||||
# Datadog changelog
|
||||
|
||||
## 2.0
|
||||
## 2.1.0
|
||||
|
||||
* Changed the default for `processAgent.enabled` to `true`.
|
||||
|
||||
|
||||
## 2.0.14
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: datadog
|
||||
version: 2.0.14
|
||||
version: 2.1.0
|
||||
appVersion: "7"
|
||||
description: Datadog Agent
|
||||
keywords:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user