Emitting Datadog metrics from Temporal worker with Typescript SDK

Hi,

I am trying to emit worker metrics with Typescript sdk. I see there is a telemetryOptions configuration that has metrics attribute. However, per the documentation, it only accepts PrometheusMetricsExporter or OtelCollectorExporter.

Is there a straightfoward method to make it work with statsd metrics?

Thanks