Datadog integration?

Has anyone integrated Datadog metrics into Foundry? I don’t see a built-in connector but I presume this could be done through some sort of API.

We don’t have a dedicated connector for datadog, but this would be a great candidate for external transforms using a REST API source, or compute modules with a REST API source if you want to continuously stream from datadog.

The short answer for any system where we don’t have a connector is that there should always be a way to integrate via “pro code” option where you use the external system’s SDK directly. For datadog in particular, this should be straightforward since there is a dedicated python SDK provided by datadog.