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

Support for attributes on spans #117

Merged
merged 18 commits into from
Jun 23, 2020

Commits on Jun 23, 2020

  1. Add SetAttribute method

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    39e26d2 View commit details
    Browse the repository at this point in the history
  2. Add to span data

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f9d8c7e View commit details
    Browse the repository at this point in the history
  3. Add SDK support for attributes

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3de6cbf View commit details
    Browse the repository at this point in the history
  4. Add tests

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c300da6 View commit details
    Browse the repository at this point in the history
  5. Set attributes on span start

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f07d893 View commit details
    Browse the repository at this point in the history
  6. Fix documentation

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    08d24a2 View commit details
    Browse the repository at this point in the history
  7. Add test for overwriting attributes

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d684dc6 View commit details
    Browse the repository at this point in the history
  8. Update api/include/opentelemetry/trace/span.h

    Co-authored-by: Reiley Yang <reyang@microsoft.com>
    Johannes Tax and reyang committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f4d6661 View commit details
    Browse the repository at this point in the history
  9. Add lock for setting attributes

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    852be31 View commit details
    Browse the repository at this point in the history
  10. Use a struct for attribute key/value pairs

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    81b1f03 View commit details
    Browse the repository at this point in the history
  11. PR comments

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9149aa1 View commit details
    Browse the repository at this point in the history
  12. Attribute list

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    da1c599 View commit details
    Browse the repository at this point in the history
  13. Const

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    bfc7ae0 View commit details
    Browse the repository at this point in the history
  14. Change to KeyValueIterable

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0b952af View commit details
    Browse the repository at this point in the history
  15. Format

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d0a25f2 View commit details
    Browse the repository at this point in the history
  16. Format

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    21ef99f View commit details
    Browse the repository at this point in the history
  17. Format

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    dd8e1b0 View commit details
    Browse the repository at this point in the history
  18. Remove unused struct

    Johannes Tax committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8723b37 View commit details
    Browse the repository at this point in the history