algenty / grafana-flowcharting

Flowcharting, plugin for Grafana to create complexe visio's draws style like technical architectures, floorplan, diagrams, hierarchical schema based on draw.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need help with "Color/Tooltip Mappings" turns all red twice within a minute.

TotieBash opened this issue · comments

Hello everyone, can anybody help me with my issue. The entire flowchart map where I have color/tooltip mapping turns red exactly every 60seconds. Can someone look at my config below and see anything that jumps out as misconfigured. Thanks.

FORMAT AS

Pasted Graphic 1

Pasted Graphic 2

Ok I might have found the workaround config that works for me. I notice it happens every 5seconds after the minute mark. So I stay away from the 5s and 10s Grafana page refresh rate. 30s and 1m refresh rate works so far.

image

I also remove the option of 5s and 10s "auto refresh" from my dashboard.
image

@algenty I still want to know if there are any performance improvement that I can do or any geek knob that I can tweak. I notice that there is a 5sec window, from sec0-5 every minute the plugin chokes and turns the flowchart map everything red. The workaround above works for me for the time being but I can imagine it can get annoying for other people especially those that do not understand the complexity of the technology. I am using Grafana v8.4.1 and the latest flowchart plugin 1.0.0d. I am going to try with Grafana v9.2.7 to see if it improves. I can't be the only one that is experiencing it, or am I?

So I fixed it by choosing a different filter. I change my inputs.ping filter "field(average_response_ms)" to "field(result_code)".