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

Add REST call and event batch size metrics #131

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2023

  1. Add REST call and event batch size metrics

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    67a5032 View commit details
    Browse the repository at this point in the history
  2. Update src/eventstream-proxy/eventstream-proxy.base.ts

    Co-authored-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
    Signed-off-by: Matt Whitehead <matthew1001@hotmail.com>
    matthew1001 and peterbroadhurst committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5e24cb7 View commit details
    Browse the repository at this point in the history
  3. Add metric to record rate of batch ACKs from client

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e58489d View commit details
    Browse the repository at this point in the history
  4. Fix batch number prop - 'number' -> 'batchNumber'

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    212748a View commit details
    Browse the repository at this point in the history
  5. Move where batch & ack timers are set

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6d12b63 View commit details
    Browse the repository at this point in the history
  6. Organise imports with npm lint

    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    matthew1001 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f85b2d2 View commit details
    Browse the repository at this point in the history