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: memory-based traces #78

Merged
merged 42 commits into from
Oct 16, 2024
Merged

feat: memory-based traces #78

merged 42 commits into from
Oct 16, 2024

Commits on Oct 9, 2024

  1. feat: add memory-based trace

    w-h-a committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bd6a02b View commit details
    Browse the repository at this point in the history
  2. refactor: quick name change

    w-h-a committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dea1c66 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. feat: poor man's trace exporter

    w-h-a committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8751ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. refactor: try a diff strategy

    w-h-a committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e362b87 View commit details
    Browse the repository at this point in the history
  2. chore: debug

    w-h-a committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    359486e View commit details
    Browse the repository at this point in the history
  3. fix: use the key

    w-h-a committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7bd708a View commit details
    Browse the repository at this point in the history
  4. refactor: add some json annotes

    w-h-a committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6d9006a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ded195c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. feat: otel based memory tracer

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2fdf70b View commit details
    Browse the repository at this point in the history
  2. feat: expose span data

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4aeb6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b32360 View commit details
    Browse the repository at this point in the history
  4. chore: debug

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    5f36a7d View commit details
    Browse the repository at this point in the history
  5. fix: bugs

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6248be4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    269158b View commit details
    Browse the repository at this point in the history
  7. chore: debug

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    730fac5 View commit details
    Browse the repository at this point in the history
  8. chore: debug

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f661a37 View commit details
    Browse the repository at this point in the history
  9. chore: debug

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d2e14d9 View commit details
    Browse the repository at this point in the history
  10. refactor: trace interface again

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    028bc24 View commit details
    Browse the repository at this point in the history
  11. chore: debug

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e731466 View commit details
    Browse the repository at this point in the history
  12. refactor: trace interface again

    w-h-a committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    165437d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    d905c1b View commit details
    Browse the repository at this point in the history
  2. refactor: make buffer prettier

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8b33a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9a1ba View commit details
    Browse the repository at this point in the history
  4. chore: clean up

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fd59b11 View commit details
    Browse the repository at this point in the history
  5. feat: add status

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c6d76a9 View commit details
    Browse the repository at this point in the history
  6. refactor: status

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    15f9908 View commit details
    Browse the repository at this point in the history
  7. feat: add ctx

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    728a1a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dc8515 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    638e908 View commit details
    Browse the repository at this point in the history
  10. fix: serialization

    w-h-a committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2b651df View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix: publish event

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fe2c3f7 View commit details
    Browse the repository at this point in the history
  2. chore: debug

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcff95a View commit details
    Browse the repository at this point in the history
  3. chore: debug

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d7114db View commit details
    Browse the repository at this point in the history
  4. refactor: try something else

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0224157 View commit details
    Browse the repository at this point in the history
  5. refactor: have grpc use bytes

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9fb0c61 View commit details
    Browse the repository at this point in the history
  6. chore: debug

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b862147 View commit details
    Browse the repository at this point in the history
  7. chore: debug

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1878127 View commit details
    Browse the repository at this point in the history
  8. refactor: use hex

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1036a36 View commit details
    Browse the repository at this point in the history
  9. refactor: use hex

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    99db623 View commit details
    Browse the repository at this point in the history
  10. refactor: use hex

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    889ff11 View commit details
    Browse the repository at this point in the history
  11. refactor: rm logs

    w-h-a committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e3111f6 View commit details
    Browse the repository at this point in the history