temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
266 stars 70 forks source link

Make sure OTel exporter can work properly with TLS #802

Closed Sushisource closed 3 weeks ago

Sushisource commented 3 weeks ago

What was changed

Add proper (newly needed) TLS config to OTel exporter

Why?

Needed for anyone with external collectors, like datadog etc.

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/801

  2. How was this tested: Added a test (which needs to be run manually right now, will add to CI later)

  3. Any docs updates needed?

djc commented 2 weeks ago

(Sorry we broke this in tonic -- will be fixed in 0.12.2, to be released soon.)