DataDog / terraform-provider-datadog

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

feature request: Generate Metrics (RUM) #1666

Open janeklb opened 1 year ago

janeklb commented 1 year ago

This is a feature request, and so I've deleted the issue template as it seems like it's for bug reports - hope that's ok!

I've noticed that the Generate Metrics feature recently graduated from "Beta". Do you have any plans on adding a corresponding resource type to your tf provider?

FarhanSajid1 commented 11 months ago

Any updates to this, this is something that should be added to reduce any manual work that's required for setting up rum metrics

russwion commented 2 months ago

Any update on this? It's been a year and still no API or Terraform support for RUM metrics.

dnck commented 2 months ago

As far as I can read, there's not even a corresponding method in the DataDog Python API client . At least, it is not in the rum_api.py, and not in the metrics_api.py. IIUC, the tf provider is just calling the DataDog API under the hood; so, assuming there's no method in their very robust Python client, I assume they do not yet expose an endpoint for creating custom metrics from RUM, which means that it must be done through the UI. After almost 16 months and no response on this thread, I'm tempted to use selenium to automate this seemingly common task (joke, I'll just click buttons!)