whatap 0.4.65 → 0.4.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/core/agent.js CHANGED
@@ -108,7 +108,7 @@ NodeAgent.prototype.init = function(cb) {
108
108
  self.findRoot();
109
109
 
110
110
  Logger.initializer.process();
111
- Logger.print('WHATAP-001', 'Start initialize WhaTap Agent...', true);
111
+ Logger.print('WHATAP-001', 'Start initialize WhaTap Agent... Root[' + self._conf['app.root'] + ']', true);
112
112
 
113
113
  if(self._conf['app.root'] == null || self._conf['app.root'].length == 0) {
114
114
  return Logger.print("WHATAP-001", "Can not find application root directory", true);
@@ -30,8 +30,8 @@ const REFERER = new HashedData(TextTypes.REFERER, 1000);
30
30
  const HTTP_DOMAIN = new HashedData(TextTypes.HTTP_DOMAIN, 500);
31
31
  const MTRACE_SPEC = new HashedData(TextTypes.MTRACE_SPEC, 500);
32
32
  const MTRACE_CALLER_URL = new HashedData(TextTypes.MTRACE_CALLER_URL, 500);
33
- const OKIND = new HashedData(TextTypes.OKIND_NAME, 10);
34
- const ONODE = new HashedData(TextTypes.ONODE_NAME, 10);
33
+ const OKIND = new HashedData(TextTypes.OKIND_NAME, 100);
34
+ const ONODE = new HashedData(TextTypes.ONODE_NAME, 100);
35
35
 
36
36
  var DataTextAgent = function () {
37
37
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "whatap",
3
3
  "homepage": "http://www.whatap.io",
4
- "version": "0.4.65",
5
- "releaseDate": "20221229",
4
+ "version": "0.4.67",
5
+ "releaseDate": "20230307",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",
8
8
  "scripts": {},
@@ -14,13 +14,13 @@
14
14
  "node": ">=v4.*"
15
15
  },
16
16
  "dependencies": {
17
- "crypto": "0.0.3",
17
+ "crypto": "^1.0.1",
18
18
  "df": "^1.1.1",
19
19
  "long": "^3.2.0",
20
20
  "pidusage": "^1.1.0"
21
21
  },
22
22
  "devDependencies": {
23
- "crypto": "0.0.3",
23
+ "crypto": "^1.0.1",
24
24
  "df": "^1.1.1",
25
25
  "long": "^3.2.0",
26
26
  "pidusage": "^1.1.0"