Skip to content
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

Upgrade Latest Go Client - UserAgent Header adjustment #512

Merged
merged 8 commits into from
May 13, 2020

Conversation

gzussa
Copy link
Contributor

@gzussa gzussa commented May 11, 2020

No description provided.

datadog/provider.go Outdated Show resolved Hide resolved
GNUmakefile Outdated Show resolved Hide resolved
Copy link
Contributor

@nmuesch nmuesch left a comment

Choose a reason for hiding this comment

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

Overall looks good, I left some inline questions/suggestions

GNUmakefile Outdated Show resolved Hide resolved
datadog/provider.go Show resolved Hide resolved
datadog/resource_datadog_monitor.go Show resolved Hide resolved
datadog/resource_datadog_monitor.go Show resolved Hide resolved
datadog/resource_datadog_service_level_objective.go Outdated Show resolved Hide resolved
datadog/resource_datadog_service_level_objective.go Outdated Show resolved Hide resolved
datadog/provider.go Outdated Show resolved Hide resolved
Comment on lines 469 to 470
monitor := buildMonitorStruct(d)
m := datadogV1.MonitorUpdateRequest(*monitor)
Copy link
Contributor

Choose a reason for hiding this comment

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

let's not try to convert type here, and do like for SLO with buildMonitorStruct return two types

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oups good catch!! Thx

@gzussa gzussa merged commit 79f6816 into master May 13, 2020
@gzussa gzussa deleted the gzu/bump_client branch May 13, 2020 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants