Hi! I’m interested in emitting the client sdk metrics mentioned
here
We use datadog and use statsd to send metrics (from datadog.dogstatsd.base import statsd).
Is it possible to send metrics similar to the example given, it seems there is no Statsd config, would this have to be done through open telemetry?
new_runtime = Runtime(telemetry=TelemetryConfig(metrics=PrometheusConfig(bind_address=“0.0.0.0:9000”)))
my_client = await Client.connect(“my.temporal.host:7233”, runtime=new_runtime)