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

Compactor: Partially drop traces that exceed max_bytes_per_trace #1317

Merged
merged 9 commits into from
Mar 7, 2022

Commits on Mar 1, 2022

  1. moved discarded spans metric

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ff17549 View commit details
    Browse the repository at this point in the history
  2. add discarded_spans.go

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b5fe875 View commit details
    Browse the repository at this point in the history
  3. drop spans during compaction

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    80dbcc5 View commit details
    Browse the repository at this point in the history
  4. Cleaned up combine and added tests

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    921910b View commit details
    Browse the repository at this point in the history
  5. changelog

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4c1a98b View commit details
    Browse the repository at this point in the history
  6. changed reason

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    da1db13 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    546b156 View commit details
    Browse the repository at this point in the history
  2. Don't enforce limit if max_bytes = 0

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b16a8f2 View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    516e93f View commit details
    Browse the repository at this point in the history