services.datadog-agent.ddUrl

NixOS option

Custom dd_url to configure the agent with. Useful if traffic to datadog needs to go through a proxy. Don’t use this to point to another datadog site (EU) - use site instead.

type: null or string
Default
null
Example
"http://haproxy.example.com:3834"
declared in: nixos/modules/services/monitoring/datadog-agent.nixView source on NixOS/nixpkgs →