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

Bump datadog api to v2.18.0 and add support for include units and zero #121

Merged
merged 1 commit into from Nov 28, 2018

Conversation

gphat
Copy link

@gphat gphat commented Nov 21, 2018

Summary

Bump the datadog API dep to 2.18.0 and add support for includeZero and includeUnits.

Motivation

I want units and zeros on my axes! 😺

Notes

The bump also changed Screenboard's width and height so there is perhaps some trouble with the use of strings here. #118 implied this wasn't an ok change to make?

This also fixes #119

Thanks for your consideration!

@ghost ghost added the size/L label Nov 21, 2018
@gphat gphat force-pushed the cory-update-dd-api-add-yaxis-bits branch from f0b41b7 to d3c45cc Compare November 21, 2018 18:27
@gphat
Copy link
Author

gphat commented Nov 21, 2018

After running at the acceptance tests, this fails due to the underlying use of int for height and width. Does this change need to be reverted?

@gphat
Copy link
Author

gphat commented Nov 21, 2018

Tagging @masci since you commented on #118

@masci
Copy link
Contributor

masci commented Nov 22, 2018

zorkian/go-datadog-api#195 should address the issues zorkian/go-datadog-api#190 introduced along with the legit fix for x and y that were swapped. We also need zorkian/go-datadog-api#194 to fully fix acceptance tests.

@masci
Copy link
Contributor

masci commented Nov 28, 2018

zorkian/go-datadog-api#194 was merged, I'm merging this to get your changes and bump the client again to latest in another PR

@masci masci added this to the 1.6.0 milestone Nov 28, 2018
@masci masci merged commit 96fc4d4 into DataDog:master Nov 28, 2018
@gphat
Copy link
Author

gphat commented Nov 29, 2018

Wheee, thanks @masci!

jbenais pushed a commit to jbenais/terraform-provider-datadog that referenced this pull request Aug 20, 2019
…s-bits

Bump datadog api to v2.18.0 and add support for include units and zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

datadog_screenboard - widget swapping x and y parameters
2 participants