Skip to content

Commit cfe7803

Browse files
olivielpeautruthbk
authored andcommitted
[readme] Document datadog_site variable (#492)
1 parent 3e08b0b commit cfe7803

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ These variables can be set in the `datadog_agent` class to control settings in t
294294
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
295295
| `collect_ec2_tags` | Set this to yes to have an instance's custom EC2 tags used as agent tags. |
296296
| `collect_instance_metadata` | Set this to yes to have an instance's EC2 metadata used as agent tags. |
297-
| `dd_url` | The Datadog intake server URL. You are unlikely to need to change this. |
297+
| `datadog_site` | The Datadog site to report to. Defaults to `datadoghq.com`, set to `datadoghq.eu` to report to the EU site. Supported since v2.4.0 of the module, and only with Agent v6+ |
298+
| `dd_url` | The Datadog intake server URL. You are unlikely to need to change this. Overrides `datadog_site` |
298299
| `host` | Overrides the node's host name. |
299300
| `local_tags` | An array of <KEY:VALUE> strings that are set as tags for the node. |
300301
| `non_local_traffic` | Set this to allow other nodes to relay their traffic through this one. |

0 commit comments

Comments
 (0)