Skip to content

Commit

Permalink
4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Apr 13, 2020
1 parent 584d6e2 commit 0951273
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@

## API idea

require('pm2-bundle-monitoring')

// or

require('pm2-io').connect({
secret: '',
public: ''
})

require('pm2-exception-catching')
require('pm2-transaction-tracing').config({
ignore_route: '/ws'
})

require('pm2-frontend-monitoring')
var pm2_metrics = require('pm2-metrics')

pm2_metrics.variable('BLE pairing mode', permit_join)
pm2_metrics.variable('In memory users', () => Object.keys(users).length)

NOTES:
- watch parameters is not reset on pm2 restart. only after pm2 delete


----


pm2-io-apm features are in src/features/:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2/io",
"version": "4.3.4-beta.0",
"version": "4.3.4",
"description": "PM2.io NodeJS APM",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@opencensus/[email protected].11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@opencensus/core/-/core-0.0.11.tgz#484f1486a4babb91428531e4e852ff50b5a68673"
integrity sha512-UuRmn7TbaIEkT4jhIjjlnvI7U1B3xjUbLqPr7fRrOYiTfCdaGFRmVYC4Jj7Fj5K/JQ66lR35KiRCOThWaBQ2pA==
"@opencensus/[email protected].9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@opencensus/core/-/core-0.0.9.tgz#b16f775435ee309433e4126af194d37313fc93b3"
integrity sha512-31Q4VWtbzXpVUd2m9JS6HEaPjlKvNMOiF7lWKNmXF84yUcgfAFL5re7/hjDmdyQbOp32oGc+RFV78jXIldVz6Q==
dependencies:
continuation-local-storage "^3.2.1"
log-driver "^1.2.7"
semver "^6.0.0"
semver "^5.5.0"
shimmer "^1.2.0"
uuid "^3.2.1"

Expand Down Expand Up @@ -1647,7 +1647,7 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==

[email protected], semver@^6.0.0:
[email protected]:
version "6.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
Expand Down

0 comments on commit 0951273

Please sign in to comment.