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

Allow array values for attributes #368

Merged

Commits on Dec 2, 2019

  1. Allow array values for attributes

    Resolves open-telemetry#341
    
    Array values are useful for representing attributes that can have
    multiple values (e.g. representing a Memcached `get` that can be
    over multiple keys and making the keys a span attribute).
    
    This change allows homogeneous array values for span attributes
    and specifies that array values should be JSON encoded stirng when
    exporting using protocols that do not natively support array values.
    Tigran Najaryan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    51baa9a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    bdf9aa1 View commit details
    Browse the repository at this point in the history