Commit a6ee6d1
fix: disable Grafana Live to prevent port-forward timeouts (#49)
Disable Grafana Live feature (max_connections=0) to prevent WebSocket
connection buildup that causes kubectl port-forward timeout errors.
Firefox was creating multiple persistent connections that exhausted
the port-forward stream multiplexer. This caused grafana to quickly
become unresponsive in the browser. Disabling Grafana Live fixes
the issue.
Docs:
https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#live
Signed-off-by: Jeremy Schneider <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Co-authored-by: Marco Nenciarini <[email protected]>1 parent 3b2abb0 commit a6ee6d1
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments