We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f53b90 commit 4871301Copy full SHA for 4871301
logUtil.js
@@ -15,7 +15,7 @@
15
// *******************************************************************************
16
var fs = require('fs');
17
var path = require('path');
18
-var metrics = require(path.resolve(__dirname,'metrics.js'));
+var metrics = require(path.resolve(__dirname,'metrics/core.js'));
19
20
exports.getLogName = function(nodeId, metricId) {
21
if (metrics.isNumeric(nodeId))
0 commit comments