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

Promtail: Add a stream lagging metric #2618

Merged
merged 11 commits into from
Sep 18, 2020
Merged

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    ea7b38a View commit details
    Browse the repository at this point in the history
  2. register your metrics

    slim-bean committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    7388fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8b585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb3ae2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

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

Commits on Sep 10, 2020

  1. reworking interface again

    slim-bean committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b169fb9 View commit details
    Browse the repository at this point in the history
  2. for now just register this metric based on filename only, we can impr…

    …ove this in the future if the need arises
    slim-bean committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4a5f274 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

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

Commits on Sep 14, 2020

  1. add host label

    slim-bean committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    055d53d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

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

Commits on Sep 18, 2020

  1. change the batch size for promtail from 100kb to 1Mb, this will not a…

    …ffect sending for lower volumes which are still driven by the BatchWait setting. Through the addition of this metric it was found that for higher volume files > 100kb/sec this was much too low causing too many batches to be unnecessarily sent.
    slim-bean committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    363108b View commit details
    Browse the repository at this point in the history