Skip to content

Commit e60f120

Browse files
author
Gus
authored
Merge pull request #3123 from DataDog/gus/deprecated-param
Removing deprecated param
2 parents 50a0ca7 + eaaf6f3 commit e60f120

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

content/tracing/setup/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Find below the list of all available parameters for your `datadog.yaml` configur
6868
| `apm_non_local_traffic` | boolean | Allows the Agent to receive outside connections. It then listen on all interfaces. |
6969
| `max_memory` | float | Maximum memory that the Agent is allowed to occupy. When this is exceeded the process is killed. |
7070
| `max_cpu_percent` | float | Maximum CPU percentage that the Agent should use. The Agent automatically adjusts its pre-sampling rate to stay below this number. |
71-
| `max_connections` | number | Maximum number of network connections that the Agent is allowed to use. When this is exceeded the process is killed. |
7271

7372

7473
To get a an overview of all the possible settings for APM, take a look at the Agent's [`datadog.example.yaml`][21] configuration file.

content/tracing/setup/docker.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ List of all environment variables available:
3232
| `DD_IGNORE_RESOURCE` | A comma-separated list of resources that the Agent should ignore. |
3333
| `DD_LOG_LEVEL` | Set the logging level. (`trace`/`debug`/`info`/`warn`/`error`/`critical`/`off`) |
3434
| `DD_APM_ANALYZED_SPANS` | Configure the spans to analyze for transactions. |
35-
| `DD_CONNECTION_LIMIT` | Set the limit of unique connections. |
36-
3735

3836

3937
## Tracing from the host

0 commit comments

Comments
 (0)