DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

Support querying incident analytics for dashboard widget overlays #2484

Open RobThomas02 opened 2 months ago

RobThomas02 commented 2 months ago

What resources or data sources are affected?

resource datadog_dashboard

Feature Request

I'd like to be able to query incident analytics data to use in a dashboard widget overlay. This is supported in the UI but not in the Terraform provider, so I'm not able to use this feature as intended on my team's Terraformed dashboards.

The use case I have is to show my team's incident data overlayed on metrics graphs that are calculating SLOs, so we can more easily correlate SLO drops to specific incidents.

This is the error I get: invalid value 'incident_analytics' for FormulaAndFunctionEventsDataSource: valid values are [logs spans network rum security_signals profiles audit events ci_tests ci_pipelines]

References

No response