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: Add initial profiling support #626

Merged
merged 57 commits into from Jun 12, 2023
Merged

Commits on Apr 14, 2023

  1. wip: profiling

    vaind committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    90ce800 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. wip profiling integration

    vaind committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bb5f4b7 View commit details
    Browse the repository at this point in the history
  2. fix serialization issues

    vaind committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    257500a View commit details
    Browse the repository at this point in the history
  3. fix envelope item type

    vaind committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cc70fdc View commit details
    Browse the repository at this point in the history
  4. minor issues

    vaind committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    47c6596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8040cd7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 13, 2023

  1. add stack trace parser

    vaind committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e65ea0b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

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

Commits on May 15, 2023

  1. update profiler tests

    vaind committed May 15, 2023
    Configuration menu
    Copy the full SHA
    5fe2611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b84c8 View commit details
    Browse the repository at this point in the history
  3. profiler refactoring and tests

    vaind committed May 15, 2023
    Configuration menu
    Copy the full SHA
    90b2adb View commit details
    Browse the repository at this point in the history
  4. update stacktrace test

    vaind committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b838c0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b44b851 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. improve profiler tests

    vaind committed May 16, 2023
    Configuration menu
    Copy the full SHA
    63d096d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24cea2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. refactorings

    vaind committed May 17, 2023
    Configuration menu
    Copy the full SHA
    4e019b8 View commit details
    Browse the repository at this point in the history
  2. refactoring & cleanups

    vaind committed May 17, 2023
    Configuration menu
    Copy the full SHA
    557d239 View commit details
    Browse the repository at this point in the history
  3. cleanup

    vaind committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ce44d6b View commit details
    Browse the repository at this point in the history
  4. update tests

    vaind committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8417a7b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. linter issues

    vaind committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2f779b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad4f0e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update interfaces.go

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e8cb25f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b382d7 View commit details
    Browse the repository at this point in the history
  3. review changes & refactorings

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c5be183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6a6bf View commit details
    Browse the repository at this point in the history
  5. linter issue

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9d077e0 View commit details
    Browse the repository at this point in the history
  6. fix Ticker accuracy on windows

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fda50bf View commit details
    Browse the repository at this point in the history
  7. linter issue

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f052b8a View commit details
    Browse the repository at this point in the history
  8. fix flaky tests

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    15ddd0a View commit details
    Browse the repository at this point in the history
  9. more test deflaking

    vaind committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d40f02b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. deflaking tests

    vaind committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b646c20 View commit details
    Browse the repository at this point in the history
  2. more deflaking

    vaind committed May 25, 2023
    Configuration menu
    Copy the full SHA
    514e541 View commit details
    Browse the repository at this point in the history
  3. fix test race

    vaind committed May 25, 2023
    Configuration menu
    Copy the full SHA
    70ce655 View commit details
    Browse the repository at this point in the history
  4. linter issue

    vaind committed May 25, 2023
    Configuration menu
    Copy the full SHA
    67dda7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bb2653 View commit details
    Browse the repository at this point in the history
  6. set ActiveThreadID

    vaind committed May 25, 2023
    Configuration menu
    Copy the full SHA
    32d62ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. improve profiler test coverage

    vaind committed May 29, 2023
    Configuration menu
    Copy the full SHA
    26e991f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7691c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b01262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bed825 View commit details
    Browse the repository at this point in the history
  5. fix tests in CI

    vaind committed May 29, 2023
    Configuration menu
    Copy the full SHA
    01987d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc21ee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e14457 View commit details
    Browse the repository at this point in the history
  8. more test deflaking...

    vaind committed May 29, 2023
    Configuration menu
    Copy the full SHA
    6882ff7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. tune overhead test in CI

    vaind committed May 30, 2023
    Configuration menu
    Copy the full SHA
    cdecdf2 View commit details
    Browse the repository at this point in the history
  2. skip overhead test in CI

    vaind committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c3ce952 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update profiler.go

    Co-authored-by: Anton Ovchinnikov <anton@tonyo.info>
    vaind and tonyo committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c488061 View commit details
    Browse the repository at this point in the history
  2. Update profiler_test.go

    Co-authored-by: Anton Ovchinnikov <anton@tonyo.info>
    vaind and tonyo committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e5f1467 View commit details
    Browse the repository at this point in the history
  3. update changelog

    vaind committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e8495a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d52ac View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

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

Commits on Jun 5, 2023

  1. remove temp print

    vaind committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e678dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985dc3e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update client.go

    Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
    vaind and cleptric committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1298104 View commit details
    Browse the repository at this point in the history
  2. review changes

    vaind committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3bb17c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bdd063 View commit details
    Browse the repository at this point in the history