Michael MacDonald
Michael MacDonald
Enable DFS-layer metrics dump to a POSIX-layout container. Metric collection and dump may be toggled on a per-container basis using the `daos container telemetry (enable|disable)` commands. When telemetry is enabled...
Also regenerate protobufs so that they've all been done with the same versions of the tools. Signed-off-by: Michael MacDonald
Update daos_agent configuration and logic to allow for selective enablement and registration of client telemetry. Adds two new daos_agent configuration parameters: * telemetry_enabled_procs: [regex] * telemetry_disabled_procs: [regex] Setting one or...
Call pl_map_decref() after pl_map_find() in order to avoid a weird assertion on a long-running system. Signed-off-by: Michael MacDonald
In some scenarios the computed variance may be less than zero, and therefore the sqrtl() function will return NaN. Guard against this and return zero instead. Features: telemetry Signed-off-by: Michael...