Return the names of all metrics or KPIs in the Argument. This is a useful debug function and can be used for logging.
var names = metrics.names();
console.log('Loaded input metrics: %s', names);
Return the names of all metrics or KPIs in the Argument. This is a useful debug function and can be used for logging.
var names = metrics.names();
console.log('Loaded input metrics: %s', names);