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

Update soroban surge pricing test to using rolling average #121

Open
sydneynotthecity opened this issue Dec 18, 2024 · 0 comments
Open

Update soroban surge pricing test to using rolling average #121

sydneynotthecity opened this issue Dec 18, 2024 · 0 comments

Comments

@sydneynotthecity
Copy link
Contributor

Background:

We want a way to be alerted if there are outlier events that impact Soroban inclusion fees. If the fee spikes suddenly, we want to be notified so that we can monitor network health. The current alert definition is too noisy and we ignore because it alerts any that Soroban enters pricing.

We care about two aspects of pricing:

  1. if the inclusion fee spikes super high (higher than expected),
  2. if the network sustains surge pricing for a longer duration than expected

We should

  • Update the alert to use a rolling average of the inclusion_fee
  • Perform analysis to determine historical outliers, which will help define a better heuristic for measuring outliers,
  • Alert when the inclusion fee is N+ standard deviations outside a rolling average
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant