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

Implement compression in tracing-appender #1779

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Dec 15, 2021

  1. Implement compression

    pjankiewicz committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    53398da View commit details
    Browse the repository at this point in the history
  2. Format

    pjankiewicz committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9929826 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Doesn't compile

    pjankiewicz committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    bb0dfe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1bb10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7593277 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    pjankiewicz committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    74d3655 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

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

    pjankiewicz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    2c9f149 View commit details
    Browse the repository at this point in the history
  3. Use pub(crate)

    pjankiewicz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    248d923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f4a606 View commit details
    Browse the repository at this point in the history
  5. Clean up imports

    pjankiewicz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    271e3b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Add some docs

    pjankiewicz committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    5ff40aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a470c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. PR changes

    pjankiewicz committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    241ea8f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Clean up file extension

    pjankiewicz committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    5d696b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Merge master

    pjankiewicz committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e76efd3 View commit details
    Browse the repository at this point in the history
  2. Add tests

    pjankiewicz committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0bc8b53 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Update tracing-appender/src/rolling/builder.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    pjankiewicz and hawkw authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    eb9803d View commit details
    Browse the repository at this point in the history
  2. Update tracing-appender/src/rolling/builder.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    pjankiewicz and hawkw authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a950404 View commit details
    Browse the repository at this point in the history
  3. Update tracing-appender/src/rolling/builder.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    pjankiewicz and hawkw authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    1748b4a View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    pjankiewicz and hawkw authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    85dbd74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a1280c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5504a9d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Review fixes

    pjankiewicz committed May 12, 2022
    Configuration menu
    Copy the full SHA
    81bfc32 View commit details
    Browse the repository at this point in the history