From 216107d3b868d7b4e5ae6696b26976d04212a865 Mon Sep 17 00:00:00 2001 From: Jonathan Michaux <5730842+jmcx@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:15:08 +0200 Subject: [PATCH] Add docs for new `site` param --- docs/targets/datadog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/targets/datadog.md b/docs/targets/datadog.md index 14ce27cb4..4eaa7cb2a 100644 --- a/docs/targets/datadog.md +++ b/docs/targets/datadog.md @@ -34,8 +34,11 @@ spec: secretKeyRef: name: ddapitoken key: apiKey + site: datadoghq.eu ``` +`site` is an optional parameter that lets you specify which Datadog site (aka region) you want to connect to. `site` defaults to `datadoghq.com`. Visit [Getting Started with Datadog Sites](https://docs.datadoghq.com/getting_started/site/) for more information. + Accepts events with the following attributes: `io.triggermesh.datadog.metric`: events of this type intend to post a metric to Datadog