-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving confusing docker param from main setup page #3114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. Just noticed this was already merged :) Nevertheless I'm still posting the comments.
| `DD_IGNORE_RESOURCE` | A comma-separated list of resources that the Agent should ignore. | | ||
| `DD_LOG_LEVEL` | Set the logging level. | | ||
| `DD_APM_ANALYZED_SPANS` | Configure the spans to analyze for transactions. | | ||
| `DD_CONNECTION_LIMIT` | Set the Limit of unique connections . | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to lower case "limit" and remove the space before the period at the end of the sentence.
| `DD_DOGSTATSD_PORT` | Set the DogStatsD port. | | ||
| `DD_APM_NON_LOCAL_TRAFFIC` | Allow non-local traffic when [tracing from other containers](#tracing-from-other-containers). | | ||
| `DD_IGNORE_RESOURCE` | A comma-separated list of resources that the Agent should ignore. | | ||
| `DD_LOG_LEVEL` | Set the logging level. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a parenthesis and give an example of possible values. You can see them here
| `apm_non_local_traffic` | boolean | Allows the Agent to receive outside connections. It then listen on all interfaces. | | ||
| `max_memory` | float | Maximum memory that the Agent is allowed to occupy. When this is exceeded the process is killed. | | ||
| `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. | | ||
| `max_connections` | number | Maximum number of network connections that the Agent is allowed to use. When this is exceeded the process is killed. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an option we deprecated, we'd like to remove it from the public documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with DD_CONNECTION_LIMIT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l0k0ms can we remove them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created DataDog/datadog-trace-agent#469 to ensure this is clear moving forward
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR to fix this: #3123
What does this PR do?
Moves docker parameter to the dedicated tracing/setup/docker page
Motivation
A customer was confused
Preview link