DataDog / documentation

The source for Datadog's documentation site.
http://docs.datadoghq.com
Other
445 stars 1.05k forks source link

Update auto_conf.md #24202

Closed Julia-elsammak closed 1 month ago

Julia-elsammak commented 1 month ago

Customer asked for a detailed example: https://datadog.zendesk.com/agent/tickets/1775321

What does this PR do? What is the motivation?

Add the env var DD_IGNORE_AUTOCONF on the agent. Here is an example of this configuration with the operator deployment:

override:
      nodeAgent:
        containers: 
          agent: 
            env:
              - name: "DD_IGNORE_AUTOCONF"
                value: "consul"

Merge instructions

Additional notes