Skip to content

feat(deps): enable hyper-util/tracing feature flag#1734

Merged
clux merged 1 commit into
kube-rs:mainfrom
cratelyn:enable-hyper-util-tracing-span-propagation
Apr 2, 2025
Merged

feat(deps): enable hyper-util/tracing feature flag#1734
clux merged 1 commit into
kube-rs:mainfrom
cratelyn:enable-hyper-util-tracing-span-propagation

Conversation

@cratelyn
Copy link
Copy Markdown
Contributor

@cratelyn cratelyn commented Apr 1, 2025

the latest release of hyper-util includes hyperium/hyper-util#166, which changes the behavior of the TokioExecutor when the tracing feature flag has been enabled.

when this flag is enabled, the TokioExecutor will now propagate the current tracing span to spawned tasks.

this commit adds this new hyper-util feature to the dependency used by the kube-client crate.

the latest release of `hyper-util` includes hyperium/hyper-util#166,
which changes the behavior of the `TokioExecutor` when the `tracing`
feature flag has been enabled.

when this flag is enabled, the `TokioExecutor` will now propagate the
current tracing span to spawned tasks.

this commit adds this new `hyper-util` feature to the dependency used by
the `kube-client` crate.

* hyperium/hyper-util#166

Signed-off-by: katelyn martin <[email protected]>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.1%. Comparing base (84ccacf) to head (c5616c9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1734   +/-   ##
=====================================
  Coverage   76.1%   76.1%           
=====================================
  Files         84      84           
  Lines       7860    7860           
=====================================
  Hits        5977    5977           
  Misses      1883    1883           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@clux clux added the changelog-add changelog added category for prs label Apr 1, 2025
@clux clux added this to the 0.100.0 milestone Apr 1, 2025
Copy link
Copy Markdown
Member

@clux clux left a comment

Choose a reason for hiding this comment

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

thank you very much!

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

Labels

changelog-add changelog added category for prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants