Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing: allow &[u8] to be recorded as event/span field #2954

Merged
merged 4 commits into from May 3, 2024

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    0c47131 View commit details
    Browse the repository at this point in the history
  2. review fixes

    `record_byte_slice` renamed to `record_bytes`, default implementation provides a type that prints hex representation of the bytes in its debug impl, removed both overriding implementations (json and pretty) because hex is good enough for both
    mladedav committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7d935e8 View commit details
    Browse the repository at this point in the history
  3. review second round - debug impl output changed to [de ad be ef] and …

    …json has its own implementation
    mladedav committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6ac7c0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d60548 View commit details
    Browse the repository at this point in the history