-
Notifications
You must be signed in to change notification settings - Fork 12
Custom thickness per connection between items #565
Comments
Could you explain how you get the data on the amount of traffic? What is the source (e.g. grafana, prometheus, ....) and what format does it provide? Thinking of graphs, we must/should store that information on edges rather than on nodes (what has not been done yet). |
Yep, I would agree with this. Currently I'm using a Splunk query (could potentially turn it into a report and retrieve a CSV or so) with the count of service-to-service requests. Just note that I'd be okay with managing the data, aggregation, normalisation, and transformation to e.g. [0,1] thickness values (or something like that) myself, and then just add a new value per edge to the landscape YAML. Nothing too fancy needed here. |
|
It could be interesting to support an individual thickness for each connecting line between groups.
I'm using groups to represent micro services, and the thickness could be a way to visualise the amount of traffic between the linked services.
To be clear, this would be a nice-to-have for me. :)
The text was updated successfully, but these errors were encountered: