datadog-agent icon indicating copy to clipboard operation
datadog-agent copied to clipboard

Add some missing configs to the config setup

Open pgimalac opened this issue 2 years ago • 0 comments

What does this PR do?

Add some missing configs in the config setup, so that they are properly declared (and "known"):

  • apm_config.max_catalog_entries
  • dogstatsd_workers_count

Motivation

All configs should be declared, so that using IsKnown returns true for a "real" config.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

pgimalac avatar Feb 23 '24 09:02 pgimalac