We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe what happened:
I have installed the datadog agent with helmchart on my k8s cluster.
For high throughput, I want to set dogstatsd_buffer_size value on the agent as per https://docs.datadoghq.com/developers/dogstatsd/high_throughput/
dogstatsd_buffer_size
On the helm chart, I can't see DD_DOGSTATSD_BUFFER_SIZE or dogstatsd_buffer_size variables to pass this info
Describe what you expected: The helm chart should accept the required variables to see configurable buffer size.
Steps to reproduce the issue: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/templates/_container-agent.yaml buffer configs are not available in here.
Additional environment details (Operating System, Cloud provider, etc): NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe what happened:
I have installed the datadog agent with helmchart on my k8s cluster.
For high throughput, I want to set
dogstatsd_buffer_size
value on the agent as per https://docs.datadoghq.com/developers/dogstatsd/high_throughput/On the helm chart, I can't see DD_DOGSTATSD_BUFFER_SIZE or dogstatsd_buffer_size variables to pass this info
Describe what you expected:
The helm chart should accept the required variables to see configurable buffer size.
Steps to reproduce the issue:
https://github.com/DataDog/helm-charts/blob/main/charts/datadog/templates/_container-agent.yaml buffer configs are not available in here.
Additional environment details (Operating System, Cloud provider, etc):
NA
The text was updated successfully, but these errors were encountered: