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(profiling): Introduce continuous profiling mode #2830

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2024

  1. feat(profiling): Introduce continuous profiling mode

    This is a new profiling mode that is mutually exclusive from the existing
    profiling modes. In the current profiling modes, a profile is always directly
    attached to a transaction. This new mode will continuously emit chunks of
    profiling data that will be connected to the span data.
    Zylphrex committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    984695e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e3263 View commit details
    Browse the repository at this point in the history
  3. set timestamp accordingly

    Zylphrex committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    455778b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3452c7e View commit details
    Browse the repository at this point in the history
  5. fix import

    Zylphrex committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    12cfee6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. format json

    Zylphrex committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b1be566 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. some basic tests + teardown

    Zylphrex committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    60efea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    fd1fa37 View commit details
    Browse the repository at this point in the history
  2. send envelope

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dea4987 View commit details
    Browse the repository at this point in the history
  3. run black

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ca4594c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94e77cd View commit details
    Browse the repository at this point in the history
  5. test should work now

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bf81ab2 View commit details
    Browse the repository at this point in the history
  6. run lint

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    96b1807 View commit details
    Browse the repository at this point in the history
  7. should be chunk id

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    420d5b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c59adb1 View commit details
    Browse the repository at this point in the history
  9. lint

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ec1240d View commit details
    Browse the repository at this point in the history
  10. ensure chunks are flushed

    Zylphrex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fa5e0d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

  1. fix circular import

    Zylphrex committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    719dc1a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix lint

    Zylphrex committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f7f488e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:getsentry/sentry-python into txia…

    …o/feat/introduce-continuous-profiling-mode
    Zylphrex committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aa177de View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

    Zylphrex committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c1e2bb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. expose start/stop apis

    Zylphrex committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    02cbba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff3b9c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    d0b7704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4e370 View commit details
    Browse the repository at this point in the history
  3. fix test

    Zylphrex committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7ec70c7 View commit details
    Browse the repository at this point in the history
  4. fix test

    Zylphrex committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0937dd2 View commit details
    Browse the repository at this point in the history
  5. run black

    Zylphrex committed May 17, 2024
    Configuration menu
    Copy the full SHA
    10f38bc View commit details
    Browse the repository at this point in the history