Skip to content

Update core/tonic, update metric options, remove core tracing - #380

Merged
cretz merged 2 commits into
temporalio:mainfrom
cretz:core-update3
Aug 31, 2023
Merged

Update core/tonic, update metric options, remove core tracing#380
cretz merged 2 commits into
temporalio:mainfrom
cretz:core-update3

Conversation

@cretz

@cretz cretz commented Aug 25, 2023

Copy link
Copy Markdown
Contributor

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>,

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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-rust#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