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(loki): extended tailing #764

Merged
merged 9 commits into from
Jul 19, 2019
Merged

Commits on Jul 17, 2019

  1. refactor(querier/ingester): TailRequest Lookback window

    Moves the specifications of the Lookback Window out of the
    logproto.QueryRequest into it's own type logproto.Lookback.
    This is required, because the Lookback Window will be used in the TailRequest
    as well.
    sh0rez committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c24ff7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a5c75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68b184 View commit details
    Browse the repository at this point in the history
  4. feat(querier): include historic entries in tail mode

    Extends tailing by sending a configurable amount of historic entries with
    before the live entries. This enables a behaviour that is closer to kubectl logs
    -f and docker logs -f.
    
    It is implemented by running a regular Query before subscribing to the ingesters.
    sh0rez committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    be6a953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843ed51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca81de2 View commit details
    Browse the repository at this point in the history
  7. fix(logproto): flatten Lookback window spec

    Flattens the Lookback window spec into the individual queries
    sh0rez committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    a804428 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7d903b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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