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 in API for programmatically reconciling Aeron counters with Artio #319

Open
RichardWarburton opened this issue Jan 8, 2020 · 0 comments
Assignees

Comments

@RichardWarburton
Copy link
Contributor

You can currently reconcile them by using the printAeronStreamIdentifiers() option, but this isn't very useful for people ingesting stuff into a monitoring system like prometheus.

One option might be to expose the API programmatically like:

AtomicCounter msgSeqNo = FixCounterView.sentMsgSeqNo(sessionId).  - FixCounterView.bytesInBuffer(sessionId);

Another would be to see if we can put more information into the description that would be use-able in a monitoring tool.

A third option might be to have a callback when the Publication/Subscription is created - passing the Artio usage name of the Publication / Subscription to application code.

@RichardWarburton RichardWarburton self-assigned this Jan 8, 2020
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

No branches or pull requests

1 participant