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

ref(profiles): Counting profiles, V2 #2163

Merged
merged 8 commits into from
Jun 5, 2023
Merged

Commits on May 30, 2023

  1. Revert "fix(profiles): Only use ProfileIndexed after counting as `P…

    …rofile` (#2071)"
    
    This reverts commit 8c499b5.
    jjbayer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d82fb00 View commit details
    Browse the repository at this point in the history
  2. Revert "feat(profiles): Emit "accepted" outcomes for profiles filtere…

    …d by sampling (#2054)"
    
    This reverts commit 4801ec2.
    jjbayer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2e3c4cf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. fix test, but let it fail

    jjbayer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2ad1761 View commit details
    Browse the repository at this point in the history
  2. test: fix

    jjbayer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1908076 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. ref(profiles): Count processed profiles with metrics (#2165)

    As described in #2158, track
    the number of processed profiles by tagging the corresponding
    transaction metric.
    
    Also: Do not accept multiple profiles per envelope.
    
    **Not in this PR:**
    * Distinguishing between `Profile` and `ProfileIndexed`
    * Rate limiting processed profiles based on metrics
    
    ---------
    
    Co-authored-by: Iker Barriocanal <32816711+iker-barriocanal@users.noreply.github.com>
    jjbayer and iker-barriocanal committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1ee46b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb71494 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed8b9bb View commit details
    Browse the repository at this point in the history
  2. doc: changelog

    jjbayer committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d3b8ac7 View commit details
    Browse the repository at this point in the history