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

7 monitoring #20

Merged
merged 8 commits into from
Jan 22, 2021
Merged

7 monitoring #20

merged 8 commits into from
Jan 22, 2021

Conversation

tkowalcz
Copy link
Owner

No description provided.

…on and one that uses AtomicLongs for counting events and Agrona's DistinctErrorLog for storing exceptions. While various counters are being updated by other components and response times are logged we do not provide way of plugging in ones own implementation or reading the counters back (yet).
…to size monitoring array. Added Netty pipeline stage for tracking number of requests in flight. Added monitoring of number of bytes of logs sent. Added thread that dumps stats to stdout.
…uilder if it is > 0 (or else exception is thrown).
…plementations as well as Dropwizard based implementation. Dropwizard dependency is marked as "provided" so it does not impact resulting artifact and can only be used if target application also includes dropwizard library.
…y code. Added closing connection if keepalive is not in force.
@tkowalcz tkowalcz linked an issue Jan 22, 2021 that may be closed by this pull request
@tkowalcz tkowalcz merged commit 600cef1 into master Jan 22, 2021
@tkowalcz tkowalcz deleted the 7-monitoring branch January 22, 2021 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow monitoring of operational statistics
1 participant