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: add startup logging #685

Merged
merged 32 commits into from
Jul 8, 2020
Merged

ddtrace/tracer: add startup logging #685

merged 32 commits into from
Jul 8, 2020

Commits on Jul 2, 2020

  1. ddtrace/tracer: add startup logging

    This commit adds a json-formatted log line to tracer startup in order make
    debugging the tracer easier.
    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    882b4a3 View commit details
    Browse the repository at this point in the history
  2. Add license headers.

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    fc02797 View commit details
    Browse the repository at this point in the history
  3. fixes

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    ca94122 View commit details
    Browse the repository at this point in the history
  4. updates

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    23a8016 View commit details
    Browse the repository at this point in the history
  5. fix formatting.

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a26c9b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f21b035 View commit details
    Browse the repository at this point in the history
  7. fix date format

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f63217b View commit details
    Browse the repository at this point in the history
  8. address some PR comments

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3ec3eda View commit details
    Browse the repository at this point in the history
  9. move startup -> log

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b41bb7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd1dba4 View commit details
    Browse the repository at this point in the history
  11. more fixes

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7b656aa View commit details
    Browse the repository at this point in the history
  12. fixing tests, other stuff

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f874a74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c61723d View commit details
    Browse the repository at this point in the history
  14. fix

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    10a1c10 View commit details
    Browse the repository at this point in the history
  15. fixes

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    59aac28 View commit details
    Browse the repository at this point in the history
  16. add comments, cleanup

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    21285c3 View commit details
    Browse the repository at this point in the history
  17. cleanup

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    195b773 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0486384 View commit details
    Browse the repository at this point in the history
  19. fixes

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    cd6cca5 View commit details
    Browse the repository at this point in the history
  20. clean up documentation.

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7bb0950 View commit details
    Browse the repository at this point in the history
  21. minor fix

    knusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    45a729c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Apply suggestions from code review

    Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
    knusbaum and gbbr authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4e5a9da View commit details
    Browse the repository at this point in the history
  2. address issues in PR

    knusbaum committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3742702 View commit details
    Browse the repository at this point in the history
  3. fix logging

    knusbaum committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    b447177 View commit details
    Browse the repository at this point in the history
  4. fix logs

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

Commits on Jul 7, 2020

  1. fix flaky test

    knusbaum committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3513dfd View commit details
    Browse the repository at this point in the history
  2. revert go.mod, go.sum

    knusbaum committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d1eec03 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
    knusbaum and gbbr authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7b6c9f0 View commit details
    Browse the repository at this point in the history
  4. add newlines, add test

    knusbaum committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    90eff06 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'knusbaum/startup-logging' of github.com:DataDog/dd-trac…

    …e-go into knusbaum/startup-logging
    knusbaum committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    fd3f203 View commit details
    Browse the repository at this point in the history
  6. last log change

    knusbaum committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c4b2edb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

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