temporalio / features

Behavior and history compatibility testing for Temporal SDKs
13 stars 16 forks source link

[Feature Request] Every SDK needs a DataDog sample for sending metrics and traces to DataDog agent #380

Open cretz opened 9 months ago

cretz commented 9 months ago

Describe the solution you'd like

We need to demonstrate SDK DataDog metrics/tracing integration with Temporal in a more clear way. People are doing this today, but they are struggling or have to figure a lot out themselves. It is important that the metrics and tracing be demonstrated from workers/clients using the DataDog agent.

Quinn-With-Two-Ns commented 9 months ago

For the metrics side, is that just showing how to integrate Datadog with Prometheus?

cretz commented 9 months ago

For the metrics side, is that just showing how to integrate Datadog with Prometheus?

Exactly! I suspect the samples are more education than code/difficulty. I would support that education part being in docs instead of README of sample if/when we can.

So this task is more about Temporal confirming behavior and how it looks and the steps and such.