-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: AWS Integration #76
Comments
Support for this was recently added as part of release v2.11.0 in go-datadog-api. |
Hi @iancward |
Ah, I see what you mean about having to change all the imports. I think I was mostly looking to get the vendored dependencies pulled from the same place (github.com) rather than some being pulled directly from github.com (which, via tags, lets you pin specifically to a minor release) and some being pulled from the third-party gopkg.in site. If you're amenable to this change, I can submit a PR (assuming all tests pass) with the updated vendor.json and imports. I'm just waiting for my employer to approve me to contribute to this project. |
I see, thanks! No objections from my side to vendor the |
Also switched from gopkg to retrieving package directly from github.com Updating the client is pre-work prior to addressing DataDog#76
Ok, feel free to take a look at #84. I'll start working on the AWS integration. |
Also switched from gopkg to retrieving package directly from github.com Updating the client is pre-work prior to addressing DataDog#76
Update: some work is going on at https://github.com/terraform-providers/terraform-provider-datadog/pull/122, trying to push internally for adding update capabilities to the Datadog API (see zorkian/go-datadog-api#162 (comment) for context) but no ETA so far. |
Feature released with 1.6.0 |
Hi there,
The Datadog API supports configuration of the AWS integration; it would be nice to have the ability to configure it here.
The text was updated successfully, but these errors were encountered: