You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-400124 - rrd: Serialize transform parameter for data sources (#6043)
Previously, the transform function was not serialized in the
plugin-server protocol (it was only used in xcp_rrdd itself, not in
plugins). This issue was revealed by the previous work around splitting
cpu metrics into a separate plugin.
Instead of allowing arbitrary functions (which would be difficult to
serialize), for 'fun x' offer just two options:
* Inverse (1.0 - x), and
* Identity (x)
Default (if the parameter is not provided, either in OCaml or JSON), is
Identity.
0 commit comments