appmetrics
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -44,3 +44,3 @@ /******************************************************************************* | ||
var AGENTCORE_VERSION = "3.0.9"; | ||
var APPMETRICS_VERSION = "1.0.9"; | ||
var APPMETRICS_VERSION = "1.0.11"; | ||
@@ -119,6 +119,2 @@ var LOG_FILE = path.join(INSTALL_DIR, 'install.log'); | ||
var getAgentCorePlatformVersionDownloadURL = function() { | ||
if ((process.version.indexOf('v0.10') === 0) && (ARCH === 'ppc') && (OS === 'aix')) { | ||
AGENTCORE_VERSION = "3.0.6"; | ||
} | ||
return [BASE_DOWNLOAD_URL, 'core/tgz'].join('/') + | ||
@@ -129,7 +125,3 @@ ['/agentcore', AGENTCORE_VERSION, getPlatform()].join('-') + '.tgz'; | ||
var getAppMetricsPlatformVersionDownloadURL = function() { | ||
if ((process.version.indexOf('v0.10') === 0) && (ARCH === 'ppc') && (OS === 'aix')) { | ||
APPMETRICS_VERSION = "1.0.8"; | ||
} | ||
return [BASE_DOWNLOAD_URL, 'nodejs/tgz', getSupportedNodeVersionOrExit()].join('/') + | ||
return [BASE_DOWNLOAD_URL, 'nodejs/tgz', getSupportedNodeVersionOrExit()].join('/') + | ||
['/appmetrics', APPMETRICS_VERSION, getPlatform()].join('-') + '.tgz'; | ||
@@ -136,0 +128,0 @@ }; |
{ | ||
"name": "appmetrics", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Node Application Metrics", | ||
@@ -5,0 +5,0 @@ "bin": { "node-hc": "bin/appmetrics-cli.js" }, |
@@ -40,13 +40,14 @@ # Node Application Metrics | ||
The Node Application Metrics agent supports the following runtime environments: | ||
* **Node.js v6** on: | ||
* 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86) | ||
* 64-bit or 32-bit runtime on Mac OS X (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE) | ||
* 64-bit runtime on Mac OS X (x64) | ||
* **Node.js v5** on: | ||
* 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86) | ||
* 64-bit or 32-bit runtime on Mac OS X (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE) | ||
* 64-bit runtime on Mac OS X (x64) | ||
* **Node.js v4 and io.js v2** on: | ||
* 64-bit or 32-bit runtime on Windows (x64 or x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86) | ||
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE) | ||
* 64-bit runtime on Mac OS X (x64) | ||
@@ -439,6 +440,8 @@ * **Node.js 0.10 and 0.12** on: | ||
## Version | ||
1.0.9 | ||
1.0.11 | ||
## Release History | ||
`1.0.9` - Node.js v6 support. Loopback and Riak support, bug fixes and update to agent core 3.0.9. | ||
`1.0.11` - Bug fixes | ||
`1.0.10` - Bug fixes | ||
`1.0.9` - Loopback and Riak support, bug fixes and update to agent core 3.0.9. | ||
`1.0.8` - Oracle support, bug fixes and api tests runnable using 'npm test'. | ||
@@ -445,0 +448,0 @@ `1.0.7` - StrongOracle support, support for installing with a proxy, expose MongoDB, MQLight and MySQL events to connectors. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
460
1299155
3025