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

Performance improvement - Introduce queue for raw statsd payloads #459

Closed

Commits on Aug 19, 2022

  1. Introducing primary queue for raw packets and secondary for events

    Fixing linting problems
    
    Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
    pedro-stanaka committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5f3413f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Avoiding rewriting same slice on event queue

    Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
    pedro-stanaka committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9158908 View commit details
    Browse the repository at this point in the history
  2. Removing unneeded slice of workers

    Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
    pedro-stanaka committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a38bfca View commit details
    Browse the repository at this point in the history