Add Datadog connector enum value, migration, and settings

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
Aurélien Sibiril
2026-05-29 14:54:15 +02:00
parent 082772465d
commit f10d29a76c
4 changed files with 29 additions and 1 deletions

View File

@@ -102,6 +102,15 @@ type (
PostHogConnectorSettings struct {
BaseURL string `json:"base_url"`
}
// DatadogConnectorSettings holds the per-customer Datadog site captured
// during the OAuth callback. Region is the site key (e.g. "US3") used for
// the AccessSource title; Domain is the API domain (e.g.
// "us3.datadoghq.com") the driver and name resolver use to build hosts.
DatadogConnectorSettings struct {
Region string `json:"region"`
Domain string `json:"domain"`
}
)
// GrantType returns the OAuth2 grant type recorded on the connector's