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

Pipe data to Promtail #1649

Merged
merged 12 commits into from
Feb 11, 2020
Merged

Pipe data to Promtail #1649

merged 12 commits into from
Feb 11, 2020

Commits on Feb 6, 2020

  1. Adds readerTarget that read from io.Reader

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b188c23 View commit details
    Browse the repository at this point in the history
  2. Updates comment and function names.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8d65a11 View commit details
    Browse the repository at this point in the history
  3. Adds stdin manager

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    1270cfe View commit details
    Browse the repository at this point in the history
  4. Add more tests.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ae8597d View commit details
    Browse the repository at this point in the history
  5. Adds default config with labels and support for static configs labels.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7ac9c5c View commit details
    Browse the repository at this point in the history
  6. Adds a test with pipeline stages.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2429a2d View commit details
    Browse the repository at this point in the history
  7. Fixes race on shutdown and adds documentation

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d22b439 View commit details
    Browse the repository at this point in the history
  8. Fixes deadlock on server.run

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    55d7a19 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Update docs/clients/promtail/troubleshooting.md

    Co-Authored-By: Owen Diehl <ow.diehl@gmail.com>
    cyriltovena and owen-d authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9139daa View commit details
    Browse the repository at this point in the history
  2. gofmt

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    a9ae6cb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. gofmt

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    5971974 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

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