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

objstore: Add uploaded TSDB bytes metric #66

Merged
merged 32 commits into from
Sep 8, 2023

Commits on Sep 7, 2023

  1. [FEAT] Add uploaded TSDB bytes metric

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bbb3114 View commit details
    Browse the repository at this point in the history
  2. [FIX] Tests

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8f0a6ab View commit details
    Browse the repository at this point in the history
  3. [FEAT] Changelog

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0b3153e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Rita Canavarro <98762287+ritaCanavarro@users.noreply.github.com>
    2 people authored and rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    54d6fb5 View commit details
    Browse the repository at this point in the history
  5. Update objstore.go

    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Rita Canavarro <98762287+ritaCanavarro@users.noreply.github.com>
    2 people authored and rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a3d95a1 View commit details
    Browse the repository at this point in the history
  6. [FEAT] Increment metric

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    64d79d1 View commit details
    Browse the repository at this point in the history
  7. [FIX] Azure upload logic

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    312ee41 View commit details
    Browse the repository at this point in the history
  8. [FIX] Function declaration

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ea0fd63 View commit details
    Browse the repository at this point in the history
  9. [FEAT] Update README

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bc60f0b View commit details
    Browse the repository at this point in the history
  10. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3f65cd7 View commit details
    Browse the repository at this point in the history
  11. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    361e530 View commit details
    Browse the repository at this point in the history
  12. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8b22c6f View commit details
    Browse the repository at this point in the history
  13. [FIX] Filesystem test

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    18e198e View commit details
    Browse the repository at this point in the history
  14. [FIX] Nit pick

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    66868e8 View commit details
    Browse the repository at this point in the history
  15. [FEAT] Upload written bytes histogram

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    200a514 View commit details
    Browse the repository at this point in the history
  16. [FEAT] Remove written bytes histogram

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7fb13ca View commit details
    Browse the repository at this point in the history
  17. [FEAT] Read transferred bytes per upload

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0548f4f View commit details
    Browse the repository at this point in the history
  18. [FIX] Conflicts after rebase

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8f5c7b5 View commit details
    Browse the repository at this point in the history
  19. [FIX] Dependencies

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    72636c3 View commit details
    Browse the repository at this point in the history
  20. [FIX] Dependencies

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ae27ef1 View commit details
    Browse the repository at this point in the history
  21. [FIX] Remove opsWrittenBytes

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    510968f View commit details
    Browse the repository at this point in the history
  22. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4fe2701 View commit details
    Browse the repository at this point in the history
  23. [FIX] Wrapping of reader

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    62c969d View commit details
    Browse the repository at this point in the history
  24. [FEAT] Minor updates

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    db8d21c View commit details
    Browse the repository at this point in the history
  25. [REVERT] GO mod

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3554ffd View commit details
    Browse the repository at this point in the history
  26. [FEAT] Changelog

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7e4dd6a View commit details
    Browse the repository at this point in the history
  27. [FEAT] Improvements

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    96b3e99 View commit details
    Browse the repository at this point in the history
  28. [FEAT] Clean whitespace

    Co-authored-by: Christian Simon <simon@swine.de>
    Signed-off-by: Rita Canavarro <98762287+ritaCanavarro@users.noreply.github.com>
    2 people authored and rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4253402 View commit details
    Browse the repository at this point in the history
  29. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1e55b00 View commit details
    Browse the repository at this point in the history
  30. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    35b9ac6 View commit details
    Browse the repository at this point in the history
  31. [FEAT] Clean up

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d5dfb06 View commit details
    Browse the repository at this point in the history
  32. [FEAT] Update changelog

    Signed-off-by: rita.canavarro <rita.canavarro@farfetch.com>
    rita.canavarro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    47a0da2 View commit details
    Browse the repository at this point in the history