Polycrate API 0.11.20 fixes a JavaScript error and adds debug logging to identify the cause of empty timeline data.
Fix: Chart resize TypeError
In the browser console, the following error appeared during window resize:
Uncaught TypeError: bandwidthChart?.resize is not a function
The event handler now explicitly checks if the chart object exists and if the resize method is a function.
Debug: Empty Timeline Data
The LoadBalancer detail UI showed no data for 1h/24h tabs, although data was available for 30d. This version adds extensive debug outputs:
- Visible Debug Box shows the number of data points per time period
- Browser Console Logging during chart initialization and tab switching
- Backend Logging for VictoriaMetrics responses
polycrate-api Block
The polycrate-api block has been updated to version 0.5.24 (API 0.11.20):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
Update Now
polycrate run polycrate-api install
Or download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.20
Polycrate API is ayedo's central management platform for multi-cluster Kubernetes environments. Learn more →