Skip to content

feat: Add configurable site#14266

Merged
kodiakhq[bot] merged 2 commits intomainfrom
feat/add-configurable-site
Oct 2, 2023
Merged

feat: Add configurable site#14266
kodiakhq[bot] merged 2 commits intomainfrom
feat/add-configurable-site

Conversation

@mnorbury
Copy link
Copy Markdown
Contributor

@mnorbury mnorbury commented Oct 2, 2023

Add configurable site to allow other DDog regional sites to be used, if no site is specified the existing behaviour is preserved.

fixes: #14265


Specify which accounts to sync data from.

- `site` (`string`, optional, default: "")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is setting an empty string (using the default) the same as setting it to datadoghq.com? Maybe we should clarify that if that's the case

Copy link
Copy Markdown
Contributor Author

@mnorbury mnorbury Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it falls back on this configuration if there is not a site override in the context.

@erezrokah
Copy link
Copy Markdown
Member

Looks good, one non blocking comment

@mnorbury mnorbury added the automerge Automatically merge once required checks pass label Oct 2, 2023
@kodiakhq kodiakhq bot merged commit 2c80f91 into main Oct 2, 2023
@kodiakhq kodiakhq bot deleted the feat/add-configurable-site branch October 2, 2023 11:33
kodiakhq bot pushed a commit that referenced this pull request Oct 2, 2023
🤖 I have created a release *beep* *boop*
---


## [4.1.0](plugins-source-datadog-v4.0.0...plugins-source-datadog-v4.1.0) (2023-10-02)


### Features

* Add configurable site ([#14266](#14266)) ([2c80f91](2c80f91))


### Bug Fixes

* **deps:** Update github.com/apache/arrow/go/v14 digest to 00efb06 ([#14202](#14202)) ([fc8cc62](fc8cc62))
* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to 7ded38b ([#14246](#14246)) ([005891e](005891e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
hydratim pushed a commit to hydratim/cloudquery that referenced this pull request Oct 20, 2023
Add configurable site to allow other DDog regional sites to be used, if no site is specified the existing behaviour is preserved.

fixes: cloudquery#14265
hydratim pushed a commit to hydratim/cloudquery that referenced this pull request Oct 20, 2023
🤖 I have created a release *beep* *boop*
---


## [4.1.0](cloudquery/cloudquery@plugins-source-datadog-v4.0.0...plugins-source-datadog-v4.1.0) (2023-10-02)


### Features

* Add configurable site ([cloudquery#14266](cloudquery#14266)) ([2c80f91](cloudquery@2c80f91))


### Bug Fixes

* **deps:** Update github.com/apache/arrow/go/v14 digest to 00efb06 ([cloudquery#14202](cloudquery#14202)) ([fc8cc62](cloudquery@fc8cc62))
* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to 7ded38b ([cloudquery#14246](cloudquery#14246)) ([005891e](cloudquery@005891e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add support for configurable site

3 participants