Skip to content

Conversation

cretz
Copy link
Member

@cretz cretz commented Aug 25, 2023

What was changed

  • Update core
  • Update cargo deps including bumping tonic to 0.9
  • Update Rust bridge to adopt new metric instantiation
  • Add missing metrics options
  • 💥 BREAKING CHANGE - Removed temporalio.runtime.TelemetryConfig.tracing and associated class
    • This is only for advanced internal support for core tracing which wasn't really used anyways

Checklist

  1. Closes [Bug] mTLS doesn't support non-EC private keys #371

@cretz cretz requested a review from a team as a code owner August 25, 2023 14:56

#[derive(FromPyObject)]
pub struct TelemetryConfig {
tracing: Option<TracingConfig>,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we are removing rather then say deprecating an treating it as unused?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed as part of temporalio/sdk-core#599 which didn't work anyways and, based on internal discussions, was a rarely used advanced core debug tracer that we wanted to remove instead of deprecate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] mTLS doesn't support non-EC private keys

3 participants