appmetrics
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -43,4 +43,4 @@ /******************************************************************************* | ||
'win32-x64']; | ||
var AGENTCORE_VERSION = "3.0.5"; | ||
var APPMETRICS_VERSION = "1.0.2"; | ||
var AGENTCORE_VERSION = "3.0.6"; | ||
var APPMETRICS_VERSION = "1.0.3"; | ||
@@ -105,2 +105,5 @@ var LOG_FILE = path.join(INSTALL_DIR, 'install.log'); | ||
} | ||
if (process.version.indexOf('v4') === 0) { | ||
return '4'; | ||
} | ||
console.log('Unsupported version ' + process.version + '. Exiting.'); | ||
@@ -107,0 +110,0 @@ process.exit(1); |
{ | ||
"name": "appmetrics", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node Application Metrics", | ||
@@ -5,0 +5,0 @@ "bin": { "node-hc": "bin/appmetrics-cli.js" }, |
@@ -29,3 +29,3 @@ # Node Application Metrics | ||
* **io.js v2** on: | ||
* **Node.js v4 and io.js v2** on: | ||
* 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
@@ -38,2 +38,7 @@ * 64-bit or 32-bit runtime on Linux (x64, x86) | ||
* 64-bit or 32-bit runtime on Mac OS X (x64 or x86) | ||
* **IBM SDK for Node.js 4** on: | ||
* 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC32, PPC64, PPC64LE, z31, z64) | ||
* 64-bit or 32-bit runtime on AIX (PPC32, PPC64) | ||
* 64-bit runtime on Mac OS X (x64) | ||
* **IBM SDK for Node.js 1.1 and 1.2** on: | ||
@@ -289,2 +294,10 @@ * 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
### Error "Failed to open library .../libagentcore.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found" | ||
This error indicates there was a problem while loading the native part of the module or one of its dependent libraries. On non-Windows platforms, `libagentcore.so` depends on a particular (minimum) version of the C runtime library and if it cannot be found this error is the result. | ||
Check: | ||
* Your system has the required version of `libstdc++` installed. You may need to install or update a package in your package manager. If your OS does not supply a package at this version, you may have to install standalone software - consult the documentation or support forums for your OS. | ||
* If you have an appropriate version of `libstdc++`installed, ensure it is on the system library path, or use a method (such as setting `LD_LIBRARY_PATH` environment variable on Linux, or LIBPATH environment variable on AIX) to add the library to the search path. | ||
### No profiling data present for Node.js applications | ||
@@ -310,5 +323,6 @@ Method profiling data is not collected by default, check *[Configuring Node Application Metrics](#config)* for information on how to enable it. | ||
## Version | ||
1.0.2 | ||
1.0.3 | ||
## Release History | ||
`1.0.3` - Node.js v4 support | ||
`1.0.2` - HTTP, MySQL, MongoDB, request tracking and function tracing support | ||
@@ -323,2 +337,2 @@ `1.0.1` - Mac OS X support, io.js v2 support | ||
[5]:https://github.com/RuntimeTools/appmetrics/issues | ||
[6]:https://github.com/RuntimeTools/appmetrics | ||
[6]:https://github.com/RuntimeTools/appmetrics |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1227822
1582
334