You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to support Node 12
Remove support for Node 6
Set Travis to test on Windows, Mac & Linux
Update package.json version number to 5.0.0
Update README.md with new version details
`applicationID` | `string` | Specifies a unique identifier for the mqtt connection
143
+
`applicationID` | `string` | Specifies a unique identifier for the mqtt connection
144
144
`mqtt` | `string['off'\|'on']` | Specifies whether the monitoring agent sends data to the mqtt broker. The default value is `'on'`
145
145
`mqttHost` | `string` | Specifies the host name of the mqtt broker
146
146
`mqttPort` | `string['[0-9]*']` | Specifies the port number of the mqtt broker
@@ -418,14 +418,7 @@ Requests are a special type of event emitted by appmetrics. All the probes name
418
418
419
419
The Node Application Metrics agent supports the following runtime environments where a Node.js runtime is available:
420
420
421
-
***Node.js v4** on:
422
-
* 64-bit or 32-bit Windows (x64 or x86)
423
-
* 64-bit or 32-bit Linux (x64, x86, ppc64, ppc64le, s390, s390x)
424
-
* 64-bit AIX (ppc64)
425
-
* 64-bit macOS (x64)
426
-
***Node.js v6** on all of the above, plus:
427
-
* 64-bit runtime on z/OS (os390)
428
-
***Node.js v8** on:
421
+
***Node.js v8, 10, 12** on:
429
422
* 64-bit Windows (x64)
430
423
* 64-bit Linux (x64, ppc64, ppc64le, s390x)
431
424
* 64-bit AIX (ppc64)
@@ -472,7 +465,7 @@ If a task uses the Node.js thread exclusively then shuts down the Node.js runtim
472
465
The source code for Node Application Metrics is available in the [appmetrics project][6]. Information on working with the source code -- installing from source, developing, contributing -- is available on the [appmetrics wiki][3].
473
466
474
467
## License
475
-
This project is released under an Apache 2.0 open source license.
468
+
This project is released under an Apache 2.0 open source license.
476
469
477
470
## Versioning scheme
478
471
The npm package for this project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function.
@@ -484,41 +477,43 @@ Non-release versions of this project (for example on github.com/RuntimeTools/app
484
477
485
478
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
486
479
487
-
| Module Version | Release Date | Minimum EOL | EOL With | Status |
0 commit comments