temporalio / samples-python

Samples for working with the Temporal Python SDK
MIT License
119 stars 53 forks source link

[Bug] the open telemetry example doesn't export metrics #134

Open kinfaikan opened 1 month ago

kinfaikan commented 1 month ago

What are you really trying to do?

I want to export metrics to datadog.

Describe the bug

I don't see any metrics in any terminals.

Minimal Reproduction

follow the steps in the readme https://github.com/temporalio/samples-python/tree/main/open_telemetry

Environment/Versions

Additional context

cretz commented 4 weeks ago

It looks like the Jaeger all-in-one container no longer dumps OTel metrics as it once did. We will find another solution to show the metrics here (probably something like https://opentelemetry.io/docs/demo/docker-deployment/). Thanks for the report!