nxt-aws-client
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -15,2 +15,7 @@ "use strict"; | ||
const STATS_INTERVAL = 30 * 1000; | ||
const STATS_TYPES = { | ||
[ESTatsType.RequestElapsed]: 'Milliseconds', | ||
[ESTatsType.RequestErrors]: 'Count', | ||
[ESTatsType.ConnectionErrors]: 'Count', | ||
}; | ||
class SocketClient { | ||
@@ -178,2 +183,3 @@ constructor(config, options) { | ||
Values: values, | ||
Unit: STATS_TYPES[type], | ||
}; | ||
@@ -180,0 +186,0 @@ }), |
{ | ||
"name": "nxt-aws-client", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
25743
856