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

Backport #1007 #1013

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Backport #1007 #1013

merged 1 commit into from
Oct 5, 2020

Commits on Oct 3, 2020

  1. tracing-opentelemetry: implement additional record types (bool, i64, …

    …u64) (#1007)
    
    ## Motivation
    
    While using `tracing-opentelemetry` I noticed all the data gets sent to the
    collector as a string. This implements the additional data types and (possibly)
    saves bandwidth.
    
    ## Solution
    
    I just implemented additional `fn record_$type(...)` methods of the
    `field::Visit` trait to `SpanEventVisitor` and `SpanAttributeVisitor`.
    
    (cherry picked from commit 04bbb15)
    lovesegfault committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    d5a4fd3 View commit details
    Browse the repository at this point in the history