newrelic / terraform-provider-newrelic

Terraform provider for New Relic
https://registry.terraform.io/providers/newrelic/newrelic/latest/docs
Mozilla Public License 2.0
202 stars 245 forks source link

Feature Request: Implement support for configurable threshold markers in line charts and tables #2647

Closed dehimb closed 4 months ago

dehimb commented 5 months ago

Feature Description

NewRelic has introduced the ability to set configurable thresholds on line charts and tables, enhancing data interpretation. To streamline this process, we aim to enable the configuration of these thresholds via the Terraform provider.

Describe Alternatives

Currently, the creation of thresholds for line and table charts is a manual process.

pranav-new-relic commented 5 months ago

Hi @dehimb, we have planned work for this feature. Work for gathering prerequisites to develop a Terraform resource for this is currently a work in progress, you should see this come soon.

pranav-new-relic commented 4 months ago

@dehimb this feature is now out with v3.37.1 of the Provider. See this section of the documentation (alt link) of the newrelic_one_dashboard resource (under line and table widgets) for more details on the usage of these thresholds.

Thank you for reporting this :)