whatap 0.4.54 → 0.4.55

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.
@@ -62,12 +62,12 @@ function sql_meter(p){
62
62
  var key = en.nextElement();
63
63
  var b = MeterSql.stat.get(key);
64
64
  p.sql_meter.put(key, {
65
- time: b.sql_time,
66
- count: b.sql_count,
67
- error: b.sql_error,
65
+ time: b.time,
66
+ count: b.count,
67
+ error: b.error,
68
68
  actx : 0,
69
- fetch_count: b.sql_fetch_count,
70
- fetch_time: b.sql_fetch_time
69
+ fetch_count: b.fetch_count,
70
+ fetch_time: b.fetch_time
71
71
  });
72
72
  }
73
73
  MeterSql.resetStat();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whatap",
3
3
  "homepage": "http://www.whatap.io",
4
- "version": "0.4.54",
4
+ "version": "0.4.55",
5
5
  "releaseDate": "20220718",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",