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

fluent-bit shared object go plugin #847

Merged

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    bc558d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0a0ff View commit details
    Browse the repository at this point in the history
  3. Ensure dependencies with dep

    ```
    $ dep ensure
    ```
    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    0869a5b View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    32d85f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4b9fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    645aebd View commit details
    Browse the repository at this point in the history
  7. Fix for lint

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    11de4ec View commit details
    Browse the repository at this point in the history
  8. Fix for goimports errors

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e528045 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d856873 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a01f21 View commit details
    Browse the repository at this point in the history
  11. Remove needless newlines

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d003f5d View commit details
    Browse the repository at this point in the history
  12. Rectify fluent-bit-go-loki makefile

    Remove needless parts and rename meaningless target
    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    82489cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a36a29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc693c8 View commit details
    Browse the repository at this point in the history
  15. Organize imports

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7896c0f View commit details
    Browse the repository at this point in the history
  16. Reorder imports with goimports

    $ goimports -w out_loki.go
    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8b16f56 View commit details
    Browse the repository at this point in the history
  17. Remove needless LICENSE file

    Because it is the same for Loki repository.
    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    927e9ad View commit details
    Browse the repository at this point in the history
  18. Rely on Loki client retry mechanism

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e34edd6 View commit details
    Browse the repository at this point in the history
  19. Make descriptions more clearly

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    093b1b8 View commit details
    Browse the repository at this point in the history
  20. Change default unit

    * BatchWait: msec -> sec
    * BatchSize: KiB -> Byte
    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8d77fe0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3109a4 View commit details
    Browse the repository at this point in the history
  22. Use logger instead of fmt.Printf

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    096a9b0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d1c898a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3cd71d4 View commit details
    Browse the repository at this point in the history
  25. Dump error message with logger

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6a4c509 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a3438cb View commit details
    Browse the repository at this point in the history
  27. Support RemoveKeys parameter

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c8d9852 View commit details
    Browse the repository at this point in the history
  28. use logql.ParseMatchers()

    cosmo0920 authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c54ef91 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8427a84 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f54f6f9 View commit details
    Browse the repository at this point in the history
  31. fix lint issues

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9cdfa52 View commit details
    Browse the repository at this point in the history
  32. fix a failing url test

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5e9d185 View commit details
    Browse the repository at this point in the history
  33. fix a failing url test

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ee23fe1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8444f05 View commit details
    Browse the repository at this point in the history
  35. Adding labelmap file to complex record to labels

    Signed-off-by: Cyril Tovena <[email protected]>
    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4afc1a7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a8ff82f View commit details
    Browse the repository at this point in the history
  37. New push path

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    79fdaeb View commit details
    Browse the repository at this point in the history
  38. dep sync

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    bff0390 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    dd3f5af View commit details
    Browse the repository at this point in the history
  40. fix build

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d8815b2 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dd73430 View commit details
    Browse the repository at this point in the history
  42. remove binaries

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b613caa View commit details
    Browse the repository at this point in the history
  43. Some readme grammar fixes

    joe-elliott authored and cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8e01141 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2a28c99 View commit details
    Browse the repository at this point in the history
  45. Add helm documentation

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4d465fd View commit details
    Browse the repository at this point in the history
  46. fixes bad config

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    71f9175 View commit details
    Browse the repository at this point in the history
  47. bump chart

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    eae2560 View commit details
    Browse the repository at this point in the history
  48. fixes .gitignore

    cyriltovena committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d338212 View commit details
    Browse the repository at this point in the history