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

Loki integration #2 #2306

Merged
merged 74 commits into from Nov 22, 2023
Merged

Loki integration #2 #2306

merged 74 commits into from Nov 22, 2023

Commits on Oct 15, 2023

  1. loki draft.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    343724b View commit details
    Browse the repository at this point in the history
  2. Ready and Read once.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    bc6f327 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    437c2af View commit details
    Browse the repository at this point in the history
  4. Test and fix config.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    01646c7 View commit details
    Browse the repository at this point in the history
  5. Stream test draft.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    7037463 View commit details
    Browse the repository at this point in the history
  6. Push log to Loki.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    b17711e View commit details
    Browse the repository at this point in the history
  7. Fix: specific entry unmarshal

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    bd28c2c View commit details
    Browse the repository at this point in the history
  8. Since.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    5937d6c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6632bca View commit details
    Browse the repository at this point in the history
  10. Lazy query. More error.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    92e3ea5 View commit details
    Browse the repository at this point in the history
  11. Read loop.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    6c21382 View commit details
    Browse the repository at this point in the history
  12. Simpler JSON.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    4570046 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c46fb2b View commit details
    Browse the repository at this point in the history
  14. DSN.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    c2b3d75 View commit details
    Browse the repository at this point in the history
  15. Tenant ID.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    d99feef View commit details
    Browse the repository at this point in the history
  16. Bring your own headers.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    94d0f55 View commit details
    Browse the repository at this point in the history
  17. Authorization

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    856da41 View commit details
    Browse the repository at this point in the history
  18. Fix: unsanitized user input

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    17224b8 View commit details
    Browse the repository at this point in the history
  19. More interface implementation

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    c11cbcc View commit details
    Browse the repository at this point in the history
  20. Date or Duration diff

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    5edcdb6 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    48431f2 View commit details
    Browse the repository at this point in the history
  22. Loky query is mandatory

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    bf138b9 View commit details
    Browse the repository at this point in the history
  23. Fix: parse JSON loki response.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    d8d63a2 View commit details
    Browse the repository at this point in the history
  24. Play this test.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    ea860b1 View commit details
    Browse the repository at this point in the history
  25. OneShot has its test

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    6bf80ee View commit details
    Browse the repository at this point in the history
  26. FeedLoki routine.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    a81d52a View commit details
    Browse the repository at this point in the history
  27. Paginate Loki query.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    d7a1c6a View commit details
    Browse the repository at this point in the history
  28. Explicit loki error.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    4f1aae7 View commit details
    Browse the repository at this point in the history
  29. Wait for ready is a parameter.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    195adba View commit details
    Browse the repository at this point in the history
  30. Better wait. Defer Close.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    0dad75b View commit details
    Browse the repository at this point in the history
  31. Default config mode is tail.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    24f67c0 View commit details
    Browse the repository at this point in the history
  32. Fix: New request error handling.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    e57150a View commit details
    Browse the repository at this point in the history
  33. Fix: path can be / or empty

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    1d7bce7 View commit details
    Browse the repository at this point in the history
  34. Fix: unreachable return

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    ae718e0 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    066d2a1 View commit details
    Browse the repository at this point in the history
  36. Close the websocket.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    3471ce0 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    1c88584 View commit details
    Browse the repository at this point in the history
  38. Fix: it's ok to stop the connection.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    caa7db0 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    473b64b View commit details
    Browse the repository at this point in the history
  40. Websocket can be closed.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    4bfb138 View commit details
    Browse the repository at this point in the history
  41. Stop the loki tailing.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    4bbe1c7 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    4edd25f View commit details
    Browse the repository at this point in the history
  43. Fix: it's a StreamingAcquisition error, not an ugly copy/paste error …

    …from OneShotAcquisition function.
    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    e76d58c View commit details
    Browse the repository at this point in the history
  44. Fix: don't break the loop, retry.

    athoune authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    be95db0 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    47d85e3 View commit details
    Browse the repository at this point in the history
  46. fix potential null deref

    blotus authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    3f56a07 View commit details
    Browse the repository at this point in the history
  47. properly build URL

    blotus authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    2195509 View commit details
    Browse the repository at this point in the history
  48. linting

    blotus authored and lperdereau committed Oct 15, 2023
    Copy the full SHA
    8f3a20b View commit details
    Browse the repository at this point in the history
  49. fix: Update

    lperdereau committed Oct 15, 2023
    Copy the full SHA
    3dadf68 View commit details
    Browse the repository at this point in the history
  50. Copy the full SHA
    945a381 View commit details
    Browse the repository at this point in the history
  51. fix: Add uniq id

    lperdereau committed Oct 15, 2023
    Copy the full SHA
    784703a View commit details
    Browse the repository at this point in the history
  52. Copy the full SHA
    810f525 View commit details
    Browse the repository at this point in the history
  53. fix: Add https to dsn

    lperdereau committed Oct 15, 2023
    Copy the full SHA
    2017e6b View commit details
    Browse the repository at this point in the history
  54. feat: Add to detect test

    lperdereau committed Oct 15, 2023
    Copy the full SHA
    9520670 View commit details
    Browse the repository at this point in the history
  55. Copy the full SHA
    5acf6a8 View commit details
    Browse the repository at this point in the history
  56. Copy the full SHA
    8d05565 View commit details
    Browse the repository at this point in the history
  57. Copy the full SHA
    fc33f8d View commit details
    Browse the repository at this point in the history
  58. Copy the full SHA
    a3e4199 View commit details
    Browse the repository at this point in the history
  59. Copy the full SHA
    efc6213 View commit details
    Browse the repository at this point in the history
  60. Copy the full SHA
    e750412 View commit details
    Browse the repository at this point in the history
  61. Copy the full SHA
    a3eff54 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Copy the full SHA
    755ca02 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9341d3f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f39c61e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Copy the full SHA
    a54090b View commit details
    Browse the repository at this point in the history
  2. use query_range instead of tail

    blotus authored and lperdereau committed Oct 18, 2023
    Copy the full SHA
    5029450 View commit details
    Browse the repository at this point in the history
  3. fix tests

    blotus authored and lperdereau committed Oct 18, 2023
    Copy the full SHA
    4146fb1 View commit details
    Browse the repository at this point in the history
  4. don't defer in a select

    blotus authored and lperdereau committed Oct 18, 2023
    Copy the full SHA
    a6bfb05 View commit details
    Browse the repository at this point in the history
  5. add support for modular ticker, and ensure we use the same tomb so ac…

    …quisition failure can bubble up
    buixor authored and lperdereau committed Oct 18, 2023
    Copy the full SHA
    d4e088a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. just a bit of logging

    buixor committed Oct 19, 2023
    Copy the full SHA
    593de90 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Copy the full SHA
    e85d98e View commit details
    Browse the repository at this point in the history
  2. skip tests on windows

    buixor committed Nov 22, 2023
    Copy the full SHA
    0dab9eb View commit details
    Browse the repository at this point in the history
  3. fix test

    buixor committed Nov 22, 2023
    Copy the full SHA
    695a104 View commit details
    Browse the repository at this point in the history