ztunnel icon indicating copy to clipboard operation
ztunnel copied to clipboard

Add SecretManager tracing

Open qfel opened this issue 2 years ago • 1 comments

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

qfel avatar Mar 19 '23 18:03 qfel

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.

istio-testing avatar Feb 25 '24 22:02 istio-testing