ztunnel
ztunnel copied to clipboard
Add SecretManager tracing
This is mostly for debugging unit tests (well, a bit late but still). I imagine may be also useful for app-level logging (it seems we use tracing for that already?) - let me know if the verbosity levels should be tuned.
Contains:
- Add the asynctrace dev-only module (for printing traces in a format useful in tokio unit tests)
- Factor out parts of manager::Worker::run into separate methods (for easier tracing)
- Instrument SecretManager code for tracing
PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.