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

REPLICATOR: Add TimePartitionMetaFilter to thanos replicate. #2979

Merged
merged 10 commits into from
Nov 3, 2020

Commits on Oct 31, 2020

  1. Add TimePartitionMetaFilter to thanos replicate.

    This will allow time based replication.
    
    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin authored and Kevin Hellemun committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    eeb4150 View commit details
    Browse the repository at this point in the history
  2. Update docs and changelog.

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1066cc8 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c8f6b6e View commit details
    Browse the repository at this point in the history
  4. Add posibility to delete blocks older than max time

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    abbf93a View commit details
    Browse the repository at this point in the history
  5. Fix metric naming.

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    9318d90 View commit details
    Browse the repository at this point in the history
  6. Fix order of arguments for max and min time.

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c18d069 View commit details
    Browse the repository at this point in the history
  7. Remove deletion of blocks from replicator.

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    a66b40c View commit details
    Browse the repository at this point in the history
  8. Fix import formatting

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    7c7e09a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Revert unneeded changes due to replicator no longer deleting blocs

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    431021a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Fix typo

    Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
    OGKevin committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    47073a6 View commit details
    Browse the repository at this point in the history