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

[WIP] feat(analytics): add richest addresses measurements to analytics #1226

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaughterOfMars
Copy link
Collaborator

This PR adds measurements to influx for the richest addresses.

Open Questions

  • I cannot figure out how to properly display the top X values in grafana.
  • Should we remove the API endpoints?

Linked Issues

Notes to Reviewer

As a reviewer, please pay particular attention to the following areas when reviewing this PR and tick the above boxes after you have completed the steps.

Analytics Changes

  • Test Grafana and analytics

API Changes

  • Test the API endpoints which were added/changed.
  • Ensure that the API response times scale with database size appropriately.
  • Review the API documentation changes and confirm that it matches the actual functionality.
  • Check for breaking changes in the API and matching (conventional) commit message prefix.

@DaughterOfMars
Copy link
Collaborator Author

image

This is my attempt to implement the grafana panel.

- "--inx-url=http://hornet:9029"
- "--jwt-password=${JWT_PASSWORD}"
- "--jwt-salt=${JWT_SALT}"
# inx-chronicle:
Copy link

@shufps shufps May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can create a copy of docker-compose.yml and use it with docker-compose -f docker-compose-copy.yml. This way you don't need to revert the commented lines before push.

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.

Syncing stalls for a couple of hundred seconds
2 participants