Polycrate CLI 0.29.13 released: Debug Logging & NetworkPolicy Fix
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
With Polycrate API 0.11.17, we enhance the diagnostic capabilities for the timeline charts in the detail UIs.
After the 0.11.16 release, it was observed that the timeline charts in S3 Bucket Detail and LoadBalancer Instance Detail were not displaying data - even though the aggregated values (average, maximum) were correctly calculated.
The Paradox: Both calculations use the same VictoriaMetrics response. _calculate_average_from_metrics() works, but _extract_storage_timeline() returns an empty list.
The timeline extraction now uses exactly the same syntax as the working average calculation - proven code instead of variation.
Parse errors are now counted and logged. This allows us to immediately see if and how many values are lost during parsing.
If the timeline is empty but an average value exists, the RAW VictoriaMetrics response is stored in the metrics_data field. In Django Admin, you can check under queries.1h.debug_response_sample to see what data VictoriaMetrics actually provides.
metrics_data.queries.1h.debug_response_sampleThe polycrate-api block has been updated to version 0.5.21:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
Polycrate is ayedo’s Infrastructure-as-Code platform for declarative multi-cluster management. Learn more →
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug …
Polycrate CLI version 0.29.11 enhances the diagnosis of TLS issues in API-managed endpoints. TLS …