newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
75 stars 95 forks source link

fix(dashboard): update line and table widget threshold `to` and `from` fields datatype from `int` to `float64` #1192

Closed vagrawal-newrelic closed 4 months ago

vagrawal-newrelic commented 4 months ago

This PR include fix for updating the datatype for "to" and "from" fields in threshold attribute for Table and Line widget in newrelic_one_dashboard. This is done as a part to fix this #2703 GitHub issue, fixed in PR #2713 in the Terraform Provider's repository. Jira Story