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

ddtrace/tracer: implement fmt.Formatter interface to support log injection #657

Merged
merged 9 commits into from
May 15, 2020

Commits on May 6, 2020

  1. ddtrace/tracer: implement fmt.Formatter interface to support log inje…

    …ction
    
    This change implements `fmt.Formatter` to allow printing a span in various formats for logging.
    knusbaum committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5eaac85 View commit details
    Browse the repository at this point in the history
  2. Fix Tests

    knusbaum committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c3fd87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1debb View commit details
    Browse the repository at this point in the history
  4. improve test

    knusbaum committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3e72800 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Address concerns

    knusbaum committed May 7, 2020
    Configuration menu
    Copy the full SHA
    edb0b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e81e33 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. revert DD_TAGS changes.

    knusbaum committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5d9bb31 View commit details
    Browse the repository at this point in the history
  2. revert tags-related tests

    knusbaum committed May 8, 2020
    Configuration menu
    Copy the full SHA
    0ffb5bd View commit details
    Browse the repository at this point in the history
  3. address comments.

    knusbaum committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6ef6cdf View commit details
    Browse the repository at this point in the history