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

feat: Trace api calls #32779

Merged
merged 37 commits into from
Oct 19, 2024
Merged

feat: Trace api calls #32779

merged 37 commits into from
Oct 19, 2024

Commits on Oct 17, 2024

  1. feat: Trace api calls

    rodrigok authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab493b5 View commit details
    Browse the repository at this point in the history
  2. Start using open telemetry

    rodrigok authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    558575e View commit details
    Browse the repository at this point in the history
  3. Init tracing support for microservices

    rodrigok authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e7f8be7 View commit details
    Browse the repository at this point in the history
  4. Fix database tracing

    rodrigok authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    16188aa View commit details
    Browse the repository at this point in the history
  5. chore: new api for tracing

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8894c74 View commit details
    Browse the repository at this point in the history
  6. chore: use new tracing api

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    905ec72 View commit details
    Browse the repository at this point in the history
  7. fix typecheck

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c92154c View commit details
    Browse the repository at this point in the history
  8. chore: MaybePromise

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    518c75d View commit details
    Browse the repository at this point in the history
  9. chore: cleanup

    rodrigok authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ebfcc4e View commit details
    Browse the repository at this point in the history
  10. chore: remove MaybePromise

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8be8fda View commit details
    Browse the repository at this point in the history
  11. add isTracingEnabled

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1549d7b View commit details
    Browse the repository at this point in the history
  12. use more tracerSpan

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    24a547a View commit details
    Browse the repository at this point in the history
  13. chore: add context propagation

    ricardogarim authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5acbbf7 View commit details
    Browse the repository at this point in the history
  14. fix yarn.lock

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b373cfc View commit details
    Browse the repository at this point in the history
  15. fix tracer return value

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d11a285 View commit details
    Browse the repository at this point in the history
  16. start tracing on micro services

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3059d94 View commit details
    Browse the repository at this point in the history
  17. code cleanup

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d461430 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    148b09a View commit details
    Browse the repository at this point in the history
  19. remove unneeded dependencies

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4160791 View commit details
    Browse the repository at this point in the history
  20. pass with not tests

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8852710 View commit details
    Browse the repository at this point in the history
  21. add tracing to missing services

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    336058b View commit details
    Browse the repository at this point in the history
  22. add dependencies to meteor

    sampaiodiego authored and ggazzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8755288 View commit details
    Browse the repository at this point in the history
  23. fix startup

    sampaiodiego committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    794c7cf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5185b28 View commit details
    Browse the repository at this point in the history
  25. handle errors

    sampaiodiego committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9643b12 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4ba4f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    303583e View commit details
    Browse the repository at this point in the history
  2. fix arguments stringify

    sampaiodiego committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d2d0c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb50b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d15398 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b24c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1ba646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f61d767 View commit details
    Browse the repository at this point in the history
  8. add statusCode for APIs

    sampaiodiego committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1e2e11e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1339608 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67631d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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