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: Auto-label profiles based on request baggage #99

Merged
merged 19 commits into from
Jun 18, 2024
Merged

Commits on Mar 22, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    4a7b4c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba551aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5b66c View commit details
    Browse the repository at this point in the history
  4. Remove filter/transform options

    In the interest of simplicity, its easier to keep all the logic of
    mapping baggage to labels contained within this library until such time
    that we find a need to provide users with more control over how baggage
    is mapped to labels.
    bryanhuhta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8ad231e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2316cf9 View commit details
    Browse the repository at this point in the history
  6. make go/mod

    bryanhuhta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ba439f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    037c9e6 View commit details
    Browse the repository at this point in the history
  8. Try fix build problems

    bryanhuhta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e71a332 View commit details
    Browse the repository at this point in the history
  9. Update makefile

    bryanhuhta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d091bb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Move k6 to its own module

    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cbda95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfbe1f View commit details
    Browse the repository at this point in the history
  3. Move k6 package to x/k6 submodule

    Originally the k6 package was in the contrib/k6 submodule. However, it makes
    more sense to put it under x/k6 as it's still highly experimental and subject to
    change or removal at any point.
    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    68138ca View commit details
    Browse the repository at this point in the history
  4. make go/mod

    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6daedb6 View commit details
    Browse the repository at this point in the history
  5. Downgrade otel package

    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2ea7c88 View commit details
    Browse the repository at this point in the history
  6. Use 1.18

    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    016a171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5727817 View commit details
    Browse the repository at this point in the history
  8. Inline pyroscope.TagWrapper

    We inline this function call to help keep stack trace frames clean. This way, we
    avoid adding frames for `pyroscope.TagWrapper` and `pprof.Do`.
    bryanhuhta committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    539601a View commit details
    Browse the repository at this point in the history