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

Sankey Visualizer - Event Flow #21853

Open
Aergonus opened this issue Nov 20, 2024 · 2 comments
Open

Sankey Visualizer - Event Flow #21853

Aergonus opened this issue Nov 20, 2024 · 2 comments
Labels
type: feature A value-adding code addition that introduce new functionality.

Comments

@Aergonus
Copy link

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

Instead of building out a manual flow graph and parsing out buffer/dropped events from internal metrics, I want to be able to generate a graph to view event flows at a glance.

Attempted Solutions

vector graph is great for tracing the topology and internal metrics show how much volume is being processed/dropped
but what I really want is an easy way to inflows and outflows for each component.

Proposal

vector sankey events
vector sankey event_bytes
outputs instantaneous event counts/bytes flows in link format

This would use values like
vector_component_sent_events_total, vector_component_received_events_total, vector_buffer_received_events_total, vector_buffer_sent_events_total

References

Simple link format would be ingestible by https://observablehq.com/@mbostock/flow-o-matic and would be 90% of the way to fit https://visactor.io/vchart/guide/tutorial_docs/Chart_Types/Sankey

Version

n/a

@Aergonus Aergonus added the type: feature A value-adding code addition that introduce new functionality. label Nov 20, 2024
@pront
Copy link
Contributor

pront commented Nov 20, 2024

Hi @Aergonus, this is a good idea. It is unclear at the moment if we can develop this but if you have an implementation plan, please share it. Maybe someone from the community will be motivated to pick this up.

@Aergonus
Copy link
Author

I think the implementation is pretty straightforward. With some vector subcommand, it will output link flows for some external sankey visualizer after pulling metrics like how vector top does.

I was curious if there were plans to do something like this since the graphql release blog post mentions

An exciting new web UI for visualising and interacting with topology.
Component-specific types and metrics that can provide much deeper and more granular insight into what’s happening in your topology

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants