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

feat: smokeping like latency graphs #142

Open
mfreeman451 opened this issue Jan 30, 2025 · 0 comments
Open

feat: smokeping like latency graphs #142

mfreeman451 opened this issue Jan 30, 2025 · 0 comments

Comments

@mfreeman451
Copy link
Collaborator

mfreeman451 commented Jan 30, 2025

Since for every point we actually have a tuple of information (3 pings) we could consider keeping this in the database and using it to generate a stacked area chart for nodes. I don't think it would make sense to try and triple the size of our ring buffer and potentially kill our implementation to have it in memory since we're really only using that for the spark graph.

We should probably do some work to see how much of an increase in the payload size we would be dealing with and what kind of performance impact that would be.

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