feat: smokeping like latency graphs #64

Closed
opened 2026-03-28 04:20:54 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #142
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/142
Original created: 2025-01-30T08:16:39Z


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.

Imported from GitHub. Original GitHub issue: #142 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/142 Original created: 2025-01-30T08:16:39Z --- 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.
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/142#issuecomment-2744701194
Original created: 2025-03-22T00:01:32Z


closing as not planned

Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/142#issuecomment-2744701194 Original created: 2025-03-22T00:01:32Z --- closing as not planned
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#64
No description provided.