Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Add docs for new site param #397

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/targets/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down