-
Notifications
You must be signed in to change notification settings - Fork 92
Indirect Proxy Mode: If one panel fails to render the previous gets duplicated #128
Comments
PS: thanks for the indirect proxy mode! 😃 much faster! 👍 |
Can you upload dashboard and post module config + graph config please And please update Grafana to 5.0 or 5.0.1. pre releases are known to have a lot of bugs (see my module 😄 ) |
I'll post the dashboard/config tomorrow (battery of my notebook just died) I'll also try to update Grafana tomorrow. Last time I tried the beta I experienced some (reported) bugs preventing the move to production. Thanks for the fast response :) |
5.0.1 doesn't work for me yet as I hit this bug: grafana/grafana#11180 module config:
graph config
Dashboard: icinga2_loadbalancing.txt |
Same problem on Grafana 5.0.1 as explained in #129 |
Yeah, PanelIDs start at 2 with Grafana 5. Set you panelId to 2,3 and everything should be ok. to make it sure check the panelIds in Grafana. If this doesnt help, export and re import your dashboard if it is created with Grafana 4.x |
Seem a bug with reverse proxy and panelid 1 . Just checked my setup (without reverse proxy) and it works flawless. |
@friesoft Can you please test the latest master? i just pushed a fix for repeating panels that also fixes multiple ids configured. |
Works great now 😃 Thanks for the lightning fast fix! 🥇 |
Using indirect proxy mode the first panel is duplicated if the second fails to render.
Expected Behavior
Show error message about failing to fetch the second panel like in proxy mode
Current Behavior
Duplicate first panel
Steps to Reproduce (for bugs)
Your Environment
icinga2 --version
): 2.8.1-1The text was updated successfully, but these errors were encountered: