Closed elezar closed 5 months ago
These changes ensure that the collected GPM metrics are transferred to the original data structure passed to GpmMetricsGet.
GpmMetricsGet
Closes #121
The .convert() call does also copy the metrics meaning that any metrics in metricsGet will be in the result of convert().
Yes, but we need the values set back in the original variable passed in.
These changes ensure that the collected GPM metrics are transferred to the original data structure passed to
GpmMetricsGet
.Closes #121