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

logrus logging bridge #5356

Merged
merged 39 commits into from May 15, 2024
Merged

logrus logging bridge #5356

merged 39 commits into from May 15, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    4466582 View commit details
    Browse the repository at this point in the history
  2. add otellogrus to dependabot

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a0c4702 View commit details
    Browse the repository at this point in the history
  3. add otellogrus to codeowners

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6ef4b09 View commit details
    Browse the repository at this point in the history
  4. start setting up fire

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f5034e8 View commit details
    Browse the repository at this point in the history
  5. add fields

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a4493f4 View commit details
    Browse the repository at this point in the history
  6. convert key values

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a31b4c8 View commit details
    Browse the repository at this point in the history
  7. add some more comment

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9b52b71 View commit details
    Browse the repository at this point in the history
  8. fix lint

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f447e39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2ebd7a View commit details
    Browse the repository at this point in the history
  10. merge config.go into hook.go

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85aedd8 View commit details
    Browse the repository at this point in the history
  11. fix package name

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    54b6603 View commit details
    Browse the repository at this point in the history
  12. use oteltest recorder

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    055fd2d View commit details
    Browse the repository at this point in the history
  13. rename expected to want

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4d332ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    850bfc5 View commit details
    Browse the repository at this point in the history
  15. add changelog entry

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    02c2b85 View commit details
    Browse the repository at this point in the history
  16. run go mod tidy

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    591c08a View commit details
    Browse the repository at this point in the history
  17. fix lint

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    76171c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0ca93fa View commit details
    Browse the repository at this point in the history
  19. add package to versions.yaml

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3bcee7b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6a9a961 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b076874 View commit details
    Browse the repository at this point in the history
  22. write tests for the config

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    554d348 View commit details
    Browse the repository at this point in the history
  23. add example test

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7e8af87 View commit details
    Browse the repository at this point in the history
  24. add benchmark test

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4f04095 View commit details
    Browse the repository at this point in the history
  25. fix linter in example_test

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    724cc97 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f348923 View commit details
    Browse the repository at this point in the history
  27. remove redundant nil check

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    febcf43 View commit details
    Browse the repository at this point in the history
  28. test nested maps

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d6a4cc7 View commit details
    Browse the repository at this point in the history
  29. test schema URL in NewHook

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bd04baa View commit details
    Browse the repository at this point in the history
  30. use otel 1.26.0

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    43dc19a View commit details
    Browse the repository at this point in the history
  31. make comment more generic

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    09573f5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b196d68 View commit details
    Browse the repository at this point in the history
  33. Update bridges/otellogrus/hook.go

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    dmathieu and pellared committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cd9d821 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3bfd477 View commit details
    Browse the repository at this point in the history
  35. change map order for ci

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0c6c205 View commit details
    Browse the repository at this point in the history
  36. Update hook.go

    pellared authored and dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    18a9ba0 View commit details
    Browse the repository at this point in the history
  37. use the latest log api

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f905c84 View commit details
    Browse the repository at this point in the history
  38. add pellared to code owners

    dmathieu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    40d61d9 View commit details
    Browse the repository at this point in the history
  39. Update CHANGELOG.md

    pellared committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0edd773 View commit details
    Browse the repository at this point in the history