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

chore: create new RLN Grafana panel that counts the number of attached proofs per light client #3024

Open
Ivansete-status opened this issue Sep 6, 2024 · 1 comment
Labels
effort/days Estimated to be completed in a few days, less than a week

Comments

@Ivansete-status
Copy link
Collaborator

Description

The following has been implemented in js-waku. We need to have an appropriate Grafana panel where we can see the number of proofs generated per light-client within a RLN epoch (10 min at this time.)

Ideally, the panel should show:

  • number of proofs generated per light-client
  • Representation of the proof budget a full node has per epoch. For example, TWN nodes are configured with a max limit 100 messages per 10 minutes. Then, we need to show the proofs that are left each time to reach the max limit.

For more context, the current limit for TWN is configured in:

rlnEpochSizeSec: 600,
rlnRelayUserMessageLimit: 100,

Related issue

[Epic: js-waku] RLN in resource-restricted environments - waku-org/pm#169
https://docs.google.com/document/d/1L8HvXtAYk-JqQL6w3RgCskXwegcTa0J5nyH9YL4LrQE/edit#heading=h.vqpbd9ne1q33

@Ivansete-status Ivansete-status added the effort/days Estimated to be completed in a few days, less than a week label Sep 6, 2024
@fryorcraken
Copy link
Collaborator

In grafana you can set and display thresholds. Would be useful for this graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/days Estimated to be completed in a few days, less than a week
Projects
Status: To Do
Development

No branches or pull requests

2 participants