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

mirrornode monitor: add support for free queries #1563

Open
beeradb opened this issue Dec 12, 2024 · 0 comments
Open

mirrornode monitor: add support for free queries #1563

beeradb opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@beeradb
Copy link
Contributor

beeradb commented Dec 12, 2024

Problem

The mirrornode monitor has the capability to send transactions to a target network and generate metrics from those results. Currently, all of the supported transaction types reach consensus, and thus, the transaction has a cost in hbar.

From the perspective of using this component to monitor network status, it would be helpful to support node queries such as account balance queries.

Solution

Add support for one or more free query types, such as account balance queries.

This would allow operators to send more frequent requests to nodes for monitoring purposes while controlling the amount of hbar the monitor uses. The result would be the ability to increase resolution on the metrics the monitor provides while still maintaining the ability to confirm transactions from end-to-end using the mirrornode.

Alternatives

No response

@beeradb beeradb added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant