@hybridless/hybridless 0.0.84-alpha4 → 0.0.84-alpha5
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ Human readable documentation will is available at [hybridless.com](https://docs.
|
|
|
164
164
|
metricDependsOn?: string | string[];
|
|
165
165
|
additionalDimension?: { dimension: string, target: string }[];
|
|
166
166
|
treatMissingData?: ' breaching' | 'notBreaching' | 'ignore' | 'missing'; //defaults to notBreaching
|
|
167
|
-
fillupMissingData?:
|
|
167
|
+
fillupMissingData?: any; //fillup value is used on absence of data. default to false, true uses '0', number can be specified instead if any other fillup values is needed.
|
|
168
168
|
};
|
|
169
169
|
scaleOut?: {
|
|
170
170
|
//scaling
|
|
@@ -186,7 +186,7 @@ Human readable documentation will is available at [hybridless.com](https://docs.
|
|
|
186
186
|
metricDependsOn?: string | string[];
|
|
187
187
|
additionalDimension?: { dimension: string, target: string }[];
|
|
188
188
|
treatMissingData?: ' breaching' | 'notBreaching' | 'ignore' | 'missing'; //defaults to notBreaching
|
|
189
|
-
fillupMissingData?:
|
|
189
|
+
fillupMissingData?: any; //fillup value is used on absence of data. default to false, true uses '0', number can be specified instead if any other fillup values is needed.
|
|
190
190
|
};
|
|
191
191
|
}
|
|
192
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridless/hybridless",
|
|
3
|
-
"version": "0.0.84-
|
|
3
|
+
"version": "0.0.84-alpha5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@babel/core": "^7.17.7",
|
|
21
|
-
"@hybridless/serverless-ecs-plugin": "0.0.
|
|
21
|
+
"@hybridless/serverless-ecs-plugin": "0.0.25",
|
|
22
22
|
"babel-loader": "^8.2.3",
|
|
23
23
|
"bluebird": "^3.7.2",
|
|
24
24
|
"dockerode": "^3.3.1",
|