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

Replace probe.Event with ptrace.ScopeSpans #1207

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Replace probe.Event with ptrace.ScopeSpans

    Use the pdata module as the data-model for the project.
    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3e28c30 View commit details
    Browse the repository at this point in the history
  2. Update licenses

    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    32dde20 View commit details
    Browse the repository at this point in the history
  3. Fix multi_kernel_test

    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e7ca24c View commit details
    Browse the repository at this point in the history
  4. Update autosdk test

    The collector will default to span kind internal. Test that the SDK set
    span kind is captured and set.
    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8939d5d View commit details
    Browse the repository at this point in the history
  5. Set span kind in processFn

    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    66c1780 View commit details
    Browse the repository at this point in the history
  6. Fix expected span flags

    Expect sampled flag.
    MrAlias committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b0a802a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Reorder gRPC client attrs

    MrAlias committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3904c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7e7c9 View commit details
    Browse the repository at this point in the history