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

Zerolog in Context #507

Merged
merged 47 commits into from Jun 29, 2022
Merged

Commits on Jun 16, 2022

  1. harvest log events

    Adds the ability to ingest and harvest log events that have been
    structured and formatted to the proper json spec. This is meant to be
    used by wrapper libraries for popular logging frameworks, and should not
    be called by users.
    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b10a13e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9565130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8be7166 View commit details
    Browse the repository at this point in the history
  4. Zerolog logs in context support

    Modifies the agent to support passing log data from the new
    zerolog plugin into the harvest pool and sending that data
    to our servers.
    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2fdbfbf View commit details
    Browse the repository at this point in the history
  5. RecordLog documentation

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cc5e7cc View commit details
    Browse the repository at this point in the history
  6. Supportability Metrics

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6b7c071 View commit details
    Browse the repository at this point in the history
  7. button up zerolog plugin

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    22adddd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    514119b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d71870a View commit details
    Browse the repository at this point in the history
  10. stress-tests

    Creates a suite of tests to measure and benchmark the performance
    of features of the Go agent at scale.
    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    96b4b58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0b6b53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69e13d2 View commit details
    Browse the repository at this point in the history
  13. clean up vet issues

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c87eba3 View commit details
    Browse the repository at this point in the history
  14. priority inheretence

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    eaef803 View commit details
    Browse the repository at this point in the history
  15. fixing scale tests

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d4806f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    320057e View commit details
    Browse the repository at this point in the history
  17. some clean up

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    bcf0c6e View commit details
    Browse the repository at this point in the history
  18. remove scale tests

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    317b6a0 View commit details
    Browse the repository at this point in the history
  19. Async Log Event Support

    It is possible that customers are writing logs asycnrhonously in their
    applications. If new relic is capturing those logs, we need to ensure
    that the state of the application is not compromised, and that the
    customer's expectaions for which logs are being captured are consistent
    with what the application is actually doing.
    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6ffb77a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    138d1bd View commit details
    Browse the repository at this point in the history
  21. Safe Reads

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1d326f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7f28d60 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3607461 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d33379f View commit details
    Browse the repository at this point in the history
  25. Revert "improve efficiency of getting harvest data by avoiding memAlloc"

    This reverts commit ea253d7. This was
    a red herring.
    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cbc801f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    77fc73b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e6083ed View commit details
    Browse the repository at this point in the history
  28. logging readme improved

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5594e30 View commit details
    Browse the repository at this point in the history
  29. return go.mod to upstream

    iamemilio committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6cf172d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2e6700e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    561ab2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900b6f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9660625 View commit details
    Browse the repository at this point in the history
  4. made go vet happy :)

    iamemilio committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ace7225 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458f9d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f02ca7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Fix Spelling mistakes

    Co-authored-by: Rich Vanderwal <RichVanderwal@users.noreply.github.com>
    iamemilio and RichVanderwal committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1f766f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814b1d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f7217 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    d916ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a4a37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad1a864 View commit details
    Browse the repository at this point in the history
  4. cleaner server example

    iamemilio committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    91ca115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1385ff View commit details
    Browse the repository at this point in the history
  6. background logs

    iamemilio committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f137814 View commit details
    Browse the repository at this point in the history