larona-epict-panel icon indicating copy to clipboard operation
larona-epict-panel copied to clipboard

suggestion for next version: colored lines based on value

Open hvdort opened this issue 2 years ago • 4 comments

I try to make a statuspicture of our network infrastructure. The status of the connections between the components are available in InfluxDB and I can use this panel to display this in text. Is it also possible to show only lines (with given start- and endpoint) with a color based on thresholds of a value?

hvdort avatar Feb 20 '23 09:02 hvdort

You should be able to achieve this by choosing the symbol "Line 1" and tweaking the Symbol Width setting and the Angle (in "Position and Link" section)

image

image

Let me know if this works for you

LucasArona avatar Mar 07 '23 20:03 LucasArona

Thank you for this answer! You are right. I figure this out today and it works! The only "problem" is cluttering in the interface during editing. I try to create a picture with about 30-40 lines on it ;-)

hvdort avatar Mar 07 '23 20:03 hvdort

In your use case, does 1 line = 1 unique metric? Or, do you have multiple lines using the same metric? Would it help if you were able to add more than 1 symbol per metric?

LucasArona avatar Mar 07 '23 20:03 LucasArona

Each line has its own metric. It's a high-level picture of our network with many redundant connections in the core and also redundant connections to the edges and that in two sites. The acquisition of the counters is using my own go-based script using netconf and the storage in InfluxDB2. Sometimes it should be fine if it is possible to show the value under the line in stead of after the line, but I can overcome this issue on this moment with extra boxes connected to the same metric.... and thus even more clutter ;-)

hvdort avatar Mar 07 '23 21:03 hvdort