@cdklabs/multi-az-observability 0.0.1-alpha.13 → 0.0.1-alpha.15
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/.jsii +343 -137
- package/API.md +263 -93
- package/lib/azmapper/AvailabilityZoneMapper.js +1 -1
- package/lib/basic_observability/BasicServiceDashboard.d.ts +1 -1
- package/lib/basic_observability/BasicServiceDashboard.js +77 -114
- package/lib/basic_observability/BasicServiceMultiAZObservability.d.ts +1 -8
- package/lib/basic_observability/BasicServiceMultiAZObservability.js +77 -338
- package/lib/basic_observability/props/ApplicationLoadBalancerDetectionProps.d.ts +50 -0
- package/lib/basic_observability/props/ApplicationLoadBalancerDetectionProps.js +3 -0
- package/lib/basic_observability/props/BasicServiceDashboardProps.d.ts +26 -12
- package/lib/basic_observability/props/BasicServiceDashboardProps.js +1 -1
- package/lib/basic_observability/props/BasicServiceMultiAZObservabilityProps.d.ts +10 -44
- package/lib/basic_observability/props/BasicServiceMultiAZObservabilityProps.js +1 -1
- package/lib/basic_observability/props/NatGatewayDetectionProps.d.ts +31 -0
- package/lib/basic_observability/props/NatGatewayDetectionProps.js +3 -0
- package/lib/canaries/src/canary.zip +0 -0
- package/lib/index.d.ts +5 -1
- package/lib/index.js +8 -4
- package/lib/metrics/ApplicationLoadBalancerMetrics.d.ts +8 -1
- package/lib/metrics/ApplicationLoadBalancerMetrics.js +161 -12
- package/lib/metrics/NatGatewayMetrics.d.ts +110 -0
- package/lib/metrics/NatGatewayMetrics.js +297 -0
- package/lib/monitoring/src/monitoring-layer.zip +0 -0
- package/lib/outlier-detection/ApplicationLoadBalancerAvailabilityOutlierAlgorithm.d.ts +10 -0
- package/lib/outlier-detection/ApplicationLoadBalancerAvailabilityOutlierAlgorithm.js +15 -0
- package/lib/{basic_observability/props/ApplicationLoadBalancerLatencyOutlierCalculation.d.ts → outlier-detection/ApplicationLoadBalancerLatencyOutlierAlgorithm.d.ts} +1 -1
- package/lib/outlier-detection/ApplicationLoadBalancerLatencyOutlierAlgorithm.js +23 -0
- package/lib/outlier-detection/PacketLossOutlierAlgorithm.d.ts +10 -0
- package/lib/outlier-detection/PacketLossOutlierAlgorithm.js +15 -0
- package/lib/outlier-detection/src/outlier-detection.zip +0 -0
- package/lib/outlier-detection/src/scipy-layer.zip +0 -0
- package/lib/services/CanaryMetrics.js +1 -1
- package/lib/services/CanaryTestMetricsOverride.js +1 -1
- package/lib/services/ContributorInsightRuleDetails.js +1 -1
- package/lib/services/InstrumentedServiceMultiAZObservability.js +1 -1
- package/lib/services/Operation.js +1 -1
- package/lib/services/OperationMetricDetails.js +1 -1
- package/lib/services/Service.js +1 -1
- package/lib/services/ServiceMetricDetails.js +1 -1
- package/lib/services/props/MetricDimensions.js +1 -1
- package/package.json +3 -3
- package/lib/basic_observability/props/ApplicationLoadBalancerLatencyOutlierCalculation.js +0 -23
package/.jsii
CHANGED
|
@@ -4142,16 +4142,200 @@
|
|
|
4142
4142
|
],
|
|
4143
4143
|
"symbolId": "src/canaries/props/AddCanaryTestProps:AddCanaryTestProps"
|
|
4144
4144
|
},
|
|
4145
|
-
"@cdklabs/multi-az-observability.
|
|
4145
|
+
"@cdklabs/multi-az-observability.ApplicationLoadBalancerAvailabilityOutlierAlgorithm": {
|
|
4146
|
+
"assembly": "@cdklabs/multi-az-observability",
|
|
4147
|
+
"docs": {
|
|
4148
|
+
"stability": "experimental",
|
|
4149
|
+
"summary": "The options for calculating if an ALB is an outlier for availability."
|
|
4150
|
+
},
|
|
4151
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerAvailabilityOutlierAlgorithm",
|
|
4152
|
+
"kind": "enum",
|
|
4153
|
+
"locationInModule": {
|
|
4154
|
+
"filename": "src/outlier-detection/ApplicationLoadBalancerAvailabilityOutlierAlgorithm.ts",
|
|
4155
|
+
"line": 4
|
|
4156
|
+
},
|
|
4157
|
+
"members": [
|
|
4158
|
+
{
|
|
4159
|
+
"docs": {
|
|
4160
|
+
"stability": "experimental",
|
|
4161
|
+
"summary": "This will take the availability threshold and calculate if one AZ is responsible for that percentage of errors."
|
|
4162
|
+
},
|
|
4163
|
+
"name": "STATIC"
|
|
4164
|
+
}
|
|
4165
|
+
],
|
|
4166
|
+
"name": "ApplicationLoadBalancerAvailabilityOutlierAlgorithm",
|
|
4167
|
+
"symbolId": "src/outlier-detection/ApplicationLoadBalancerAvailabilityOutlierAlgorithm:ApplicationLoadBalancerAvailabilityOutlierAlgorithm"
|
|
4168
|
+
},
|
|
4169
|
+
"@cdklabs/multi-az-observability.ApplicationLoadBalancerDetectionProps": {
|
|
4170
|
+
"assembly": "@cdklabs/multi-az-observability",
|
|
4171
|
+
"datatype": true,
|
|
4172
|
+
"docs": {
|
|
4173
|
+
"stability": "experimental",
|
|
4174
|
+
"summary": "The properties for performing zonal impact detection with ALB(s)."
|
|
4175
|
+
},
|
|
4176
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerDetectionProps",
|
|
4177
|
+
"kind": "interface",
|
|
4178
|
+
"locationInModule": {
|
|
4179
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4180
|
+
"line": 8
|
|
4181
|
+
},
|
|
4182
|
+
"name": "ApplicationLoadBalancerDetectionProps",
|
|
4183
|
+
"properties": [
|
|
4184
|
+
{
|
|
4185
|
+
"abstract": true,
|
|
4186
|
+
"docs": {
|
|
4187
|
+
"stability": "experimental",
|
|
4188
|
+
"summary": "The application load balancers to collect metrics from."
|
|
4189
|
+
},
|
|
4190
|
+
"immutable": true,
|
|
4191
|
+
"locationInModule": {
|
|
4192
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4193
|
+
"line": 13
|
|
4194
|
+
},
|
|
4195
|
+
"name": "applicationLoadBalancers",
|
|
4196
|
+
"type": {
|
|
4197
|
+
"collection": {
|
|
4198
|
+
"elementtype": {
|
|
4199
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.IApplicationLoadBalancer"
|
|
4200
|
+
},
|
|
4201
|
+
"kind": "array"
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"abstract": true,
|
|
4207
|
+
"docs": {
|
|
4208
|
+
"remarks": "For example\n1% or 5%, 0.01 or 0.05.",
|
|
4209
|
+
"stability": "experimental",
|
|
4210
|
+
"summary": "The percentage of faults for a single ALB to consider an AZ to be unhealthy, this should align with your availability goal."
|
|
4211
|
+
},
|
|
4212
|
+
"immutable": true,
|
|
4213
|
+
"locationInModule": {
|
|
4214
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4215
|
+
"line": 20
|
|
4216
|
+
},
|
|
4217
|
+
"name": "faultCountPercentThreshold",
|
|
4218
|
+
"type": {
|
|
4219
|
+
"primitive": "number"
|
|
4220
|
+
}
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"abstract": true,
|
|
4224
|
+
"docs": {
|
|
4225
|
+
"stability": "experimental",
|
|
4226
|
+
"summary": "The statistic used to measure target response latency, like p99, which can be specified using Stats.percentile(99) or \"p99\"."
|
|
4227
|
+
},
|
|
4228
|
+
"immutable": true,
|
|
4229
|
+
"locationInModule": {
|
|
4230
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4231
|
+
"line": 32
|
|
4232
|
+
},
|
|
4233
|
+
"name": "latencyStatistic",
|
|
4234
|
+
"type": {
|
|
4235
|
+
"primitive": "string"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"abstract": true,
|
|
4240
|
+
"docs": {
|
|
4241
|
+
"stability": "experimental",
|
|
4242
|
+
"summary": "The threshold in milliseconds for ALB targets whose responses are slower than this value at the specified percentile statistic."
|
|
4243
|
+
},
|
|
4244
|
+
"immutable": true,
|
|
4245
|
+
"locationInModule": {
|
|
4246
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4247
|
+
"line": 26
|
|
4248
|
+
},
|
|
4249
|
+
"name": "latencyThreshold",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"primitive": "number"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"abstract": true,
|
|
4256
|
+
"docs": {
|
|
4257
|
+
"default": "STATIC",
|
|
4258
|
+
"stability": "experimental",
|
|
4259
|
+
"summary": "The method used to determine if an AZ is an outlier for availability for Application Load Balancer metrics."
|
|
4260
|
+
},
|
|
4261
|
+
"immutable": true,
|
|
4262
|
+
"locationInModule": {
|
|
4263
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4264
|
+
"line": 44
|
|
4265
|
+
},
|
|
4266
|
+
"name": "availabilityOutlierAlgorithm",
|
|
4267
|
+
"optional": true,
|
|
4268
|
+
"type": {
|
|
4269
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerAvailabilityOutlierAlgorithm"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"abstract": true,
|
|
4274
|
+
"docs": {
|
|
4275
|
+
"default": "\"This depends on the algorithm used. STATIC: 0.66.\"",
|
|
4276
|
+
"stability": "experimental",
|
|
4277
|
+
"summary": "The threshold for the outlier detection algorithm."
|
|
4278
|
+
},
|
|
4279
|
+
"immutable": true,
|
|
4280
|
+
"locationInModule": {
|
|
4281
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4282
|
+
"line": 51
|
|
4283
|
+
},
|
|
4284
|
+
"name": "availabilityOutlierThreshold",
|
|
4285
|
+
"optional": true,
|
|
4286
|
+
"type": {
|
|
4287
|
+
"primitive": "number"
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"abstract": true,
|
|
4292
|
+
"docs": {
|
|
4293
|
+
"default": "Z_SCORE",
|
|
4294
|
+
"stability": "experimental",
|
|
4295
|
+
"summary": "The method used to determine if an AZ is an outlier for latency for Application Load Balancer metrics."
|
|
4296
|
+
},
|
|
4297
|
+
"immutable": true,
|
|
4298
|
+
"locationInModule": {
|
|
4299
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4300
|
+
"line": 38
|
|
4301
|
+
},
|
|
4302
|
+
"name": "latencyOutlierAlgorithm",
|
|
4303
|
+
"optional": true,
|
|
4304
|
+
"type": {
|
|
4305
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerLatencyOutlierAlgorithm"
|
|
4306
|
+
}
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
"abstract": true,
|
|
4310
|
+
"docs": {
|
|
4311
|
+
"default": "\"This depends on the algorithm used. STATIC: 0.66. Z_SCORE: 3.\"",
|
|
4312
|
+
"stability": "experimental",
|
|
4313
|
+
"summary": "The threshold for the outlier detection algorithm."
|
|
4314
|
+
},
|
|
4315
|
+
"immutable": true,
|
|
4316
|
+
"locationInModule": {
|
|
4317
|
+
"filename": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps.ts",
|
|
4318
|
+
"line": 58
|
|
4319
|
+
},
|
|
4320
|
+
"name": "latencyOutlierThreshold",
|
|
4321
|
+
"optional": true,
|
|
4322
|
+
"type": {
|
|
4323
|
+
"primitive": "number"
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
],
|
|
4327
|
+
"symbolId": "src/basic_observability/props/ApplicationLoadBalancerDetectionProps:ApplicationLoadBalancerDetectionProps"
|
|
4328
|
+
},
|
|
4329
|
+
"@cdklabs/multi-az-observability.ApplicationLoadBalancerLatencyOutlierAlgorithm": {
|
|
4146
4330
|
"assembly": "@cdklabs/multi-az-observability",
|
|
4147
4331
|
"docs": {
|
|
4148
4332
|
"stability": "experimental",
|
|
4149
4333
|
"summary": "The options for calculating if an AZ is an outlier for latency for ALBs."
|
|
4150
4334
|
},
|
|
4151
|
-
"fqn": "@cdklabs/multi-az-observability.
|
|
4335
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerLatencyOutlierAlgorithm",
|
|
4152
4336
|
"kind": "enum",
|
|
4153
4337
|
"locationInModule": {
|
|
4154
|
-
"filename": "src/
|
|
4338
|
+
"filename": "src/outlier-detection/ApplicationLoadBalancerLatencyOutlierAlgorithm.ts",
|
|
4155
4339
|
"line": 4
|
|
4156
4340
|
},
|
|
4157
4341
|
"members": [
|
|
@@ -4172,8 +4356,8 @@
|
|
|
4172
4356
|
"name": "Z_SCORE"
|
|
4173
4357
|
}
|
|
4174
4358
|
],
|
|
4175
|
-
"name": "
|
|
4176
|
-
"symbolId": "src/
|
|
4359
|
+
"name": "ApplicationLoadBalancerLatencyOutlierAlgorithm",
|
|
4360
|
+
"symbolId": "src/outlier-detection/ApplicationLoadBalancerLatencyOutlierAlgorithm:ApplicationLoadBalancerLatencyOutlierAlgorithm"
|
|
4177
4361
|
},
|
|
4178
4362
|
"@cdklabs/multi-az-observability.AvailabilityZoneMapper": {
|
|
4179
4363
|
"assembly": "@cdklabs/multi-az-observability",
|
|
@@ -4548,7 +4732,7 @@
|
|
|
4548
4732
|
},
|
|
4549
4733
|
"locationInModule": {
|
|
4550
4734
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4551
|
-
"line":
|
|
4735
|
+
"line": 81
|
|
4552
4736
|
},
|
|
4553
4737
|
"parameters": [
|
|
4554
4738
|
{
|
|
@@ -4577,7 +4761,7 @@
|
|
|
4577
4761
|
"kind": "class",
|
|
4578
4762
|
"locationInModule": {
|
|
4579
4763
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4580
|
-
"line":
|
|
4764
|
+
"line": 34
|
|
4581
4765
|
},
|
|
4582
4766
|
"name": "BasicServiceMultiAZObservability",
|
|
4583
4767
|
"properties": [
|
|
@@ -4588,7 +4772,7 @@
|
|
|
4588
4772
|
},
|
|
4589
4773
|
"locationInModule": {
|
|
4590
4774
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4591
|
-
"line":
|
|
4775
|
+
"line": 69
|
|
4592
4776
|
},
|
|
4593
4777
|
"name": "aggregateZonalIsolatedImpactAlarms",
|
|
4594
4778
|
"overrides": "@cdklabs/multi-az-observability.IBasicServiceMultiAZObservability",
|
|
@@ -4608,7 +4792,7 @@
|
|
|
4608
4792
|
},
|
|
4609
4793
|
"locationInModule": {
|
|
4610
4794
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4611
|
-
"line":
|
|
4795
|
+
"line": 51
|
|
4612
4796
|
},
|
|
4613
4797
|
"name": "serviceName",
|
|
4614
4798
|
"overrides": "@cdklabs/multi-az-observability.IBasicServiceMultiAZObservability",
|
|
@@ -4623,7 +4807,7 @@
|
|
|
4623
4807
|
},
|
|
4624
4808
|
"locationInModule": {
|
|
4625
4809
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4626
|
-
"line":
|
|
4810
|
+
"line": 63
|
|
4627
4811
|
},
|
|
4628
4812
|
"name": "albZonalIsolatedImpactAlarms",
|
|
4629
4813
|
"optional": true,
|
|
@@ -4644,7 +4828,7 @@
|
|
|
4644
4828
|
},
|
|
4645
4829
|
"locationInModule": {
|
|
4646
4830
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4647
|
-
"line":
|
|
4831
|
+
"line": 46
|
|
4648
4832
|
},
|
|
4649
4833
|
"name": "applicationLoadBalancers",
|
|
4650
4834
|
"optional": true,
|
|
@@ -4665,7 +4849,7 @@
|
|
|
4665
4849
|
},
|
|
4666
4850
|
"locationInModule": {
|
|
4667
4851
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4668
|
-
"line":
|
|
4852
|
+
"line": 74
|
|
4669
4853
|
},
|
|
4670
4854
|
"name": "dashboard",
|
|
4671
4855
|
"optional": true,
|
|
@@ -4680,7 +4864,7 @@
|
|
|
4680
4864
|
},
|
|
4681
4865
|
"locationInModule": {
|
|
4682
4866
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4683
|
-
"line":
|
|
4867
|
+
"line": 41
|
|
4684
4868
|
},
|
|
4685
4869
|
"name": "natGateways",
|
|
4686
4870
|
"optional": true,
|
|
@@ -4706,7 +4890,7 @@
|
|
|
4706
4890
|
},
|
|
4707
4891
|
"locationInModule": {
|
|
4708
4892
|
"filename": "src/basic_observability/BasicServiceMultiAZObservability.ts",
|
|
4709
|
-
"line":
|
|
4893
|
+
"line": 57
|
|
4710
4894
|
},
|
|
4711
4895
|
"name": "natGWZonalIsolatedImpactAlarms",
|
|
4712
4896
|
"optional": true,
|
|
@@ -4734,7 +4918,7 @@
|
|
|
4734
4918
|
"kind": "interface",
|
|
4735
4919
|
"locationInModule": {
|
|
4736
4920
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4737
|
-
"line":
|
|
4921
|
+
"line": 11
|
|
4738
4922
|
},
|
|
4739
4923
|
"name": "BasicServiceMultiAZObservabilityProps",
|
|
4740
4924
|
"properties": [
|
|
@@ -4747,7 +4931,7 @@
|
|
|
4747
4931
|
"immutable": true,
|
|
4748
4932
|
"locationInModule": {
|
|
4749
4933
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4750
|
-
"line":
|
|
4934
|
+
"line": 93
|
|
4751
4935
|
},
|
|
4752
4936
|
"name": "datapointsToAlarm",
|
|
4753
4937
|
"type": {
|
|
@@ -4763,62 +4947,13 @@
|
|
|
4763
4947
|
"immutable": true,
|
|
4764
4948
|
"locationInModule": {
|
|
4765
4949
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4766
|
-
"line":
|
|
4950
|
+
"line": 88
|
|
4767
4951
|
},
|
|
4768
4952
|
"name": "evaluationPeriods",
|
|
4769
4953
|
"type": {
|
|
4770
4954
|
"primitive": "number"
|
|
4771
4955
|
}
|
|
4772
4956
|
},
|
|
4773
|
-
{
|
|
4774
|
-
"abstract": true,
|
|
4775
|
-
"docs": {
|
|
4776
|
-
"remarks": "For example\n1% or 5%, specify as 1 or 5.",
|
|
4777
|
-
"stability": "experimental",
|
|
4778
|
-
"summary": "The percentage of faults for a single ALB to consider an AZ to be unhealthy, this should align with your availability goal."
|
|
4779
|
-
},
|
|
4780
|
-
"immutable": true,
|
|
4781
|
-
"locationInModule": {
|
|
4782
|
-
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4783
|
-
"line": 50
|
|
4784
|
-
},
|
|
4785
|
-
"name": "faultCountPercentageThreshold",
|
|
4786
|
-
"type": {
|
|
4787
|
-
"primitive": "number"
|
|
4788
|
-
}
|
|
4789
|
-
},
|
|
4790
|
-
{
|
|
4791
|
-
"abstract": true,
|
|
4792
|
-
"docs": {
|
|
4793
|
-
"stability": "experimental",
|
|
4794
|
-
"summary": "The statistic used to measure target response latency, like p99, which can be specified using Stats.percentile(99) or \"p99\"."
|
|
4795
|
-
},
|
|
4796
|
-
"immutable": true,
|
|
4797
|
-
"locationInModule": {
|
|
4798
|
-
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4799
|
-
"line": 62
|
|
4800
|
-
},
|
|
4801
|
-
"name": "latencyStatistic",
|
|
4802
|
-
"type": {
|
|
4803
|
-
"primitive": "string"
|
|
4804
|
-
}
|
|
4805
|
-
},
|
|
4806
|
-
{
|
|
4807
|
-
"abstract": true,
|
|
4808
|
-
"docs": {
|
|
4809
|
-
"stability": "experimental",
|
|
4810
|
-
"summary": "The threshold in seconds for ALB targets whose responses are slower than this value at the specified percentile statistic."
|
|
4811
|
-
},
|
|
4812
|
-
"immutable": true,
|
|
4813
|
-
"locationInModule": {
|
|
4814
|
-
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4815
|
-
"line": 56
|
|
4816
|
-
},
|
|
4817
|
-
"name": "latencyThreshold",
|
|
4818
|
-
"type": {
|
|
4819
|
-
"primitive": "number"
|
|
4820
|
-
}
|
|
4821
|
-
},
|
|
4822
4957
|
{
|
|
4823
4958
|
"abstract": true,
|
|
4824
4959
|
"docs": {
|
|
@@ -4828,7 +4963,7 @@
|
|
|
4828
4963
|
"immutable": true,
|
|
4829
4964
|
"locationInModule": {
|
|
4830
4965
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4831
|
-
"line":
|
|
4966
|
+
"line": 31
|
|
4832
4967
|
},
|
|
4833
4968
|
"name": "serviceName",
|
|
4834
4969
|
"type": {
|
|
@@ -4838,25 +4973,20 @@
|
|
|
4838
4973
|
{
|
|
4839
4974
|
"abstract": true,
|
|
4840
4975
|
"docs": {
|
|
4841
|
-
"default": "\"No
|
|
4842
|
-
"remarks": "
|
|
4976
|
+
"default": "\"No ALBs will be used to calculate impact.\"",
|
|
4977
|
+
"remarks": "You must specify this\nand/or natGatewayProps.",
|
|
4843
4978
|
"stability": "experimental",
|
|
4844
|
-
"summary": "
|
|
4979
|
+
"summary": "Properties for ALBs to detect single AZ impact."
|
|
4845
4980
|
},
|
|
4846
4981
|
"immutable": true,
|
|
4847
4982
|
"locationInModule": {
|
|
4848
4983
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4849
|
-
"line":
|
|
4984
|
+
"line": 26
|
|
4850
4985
|
},
|
|
4851
|
-
"name": "
|
|
4986
|
+
"name": "applicationLoadBalancerProps",
|
|
4852
4987
|
"optional": true,
|
|
4853
4988
|
"type": {
|
|
4854
|
-
"
|
|
4855
|
-
"elementtype": {
|
|
4856
|
-
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.IApplicationLoadBalancer"
|
|
4857
|
-
},
|
|
4858
|
-
"kind": "array"
|
|
4859
|
-
}
|
|
4989
|
+
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerDetectionProps"
|
|
4860
4990
|
}
|
|
4861
4991
|
},
|
|
4862
4992
|
{
|
|
@@ -4870,7 +5000,7 @@
|
|
|
4870
5000
|
"immutable": true,
|
|
4871
5001
|
"locationInModule": {
|
|
4872
5002
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4873
|
-
"line":
|
|
5003
|
+
"line": 67
|
|
4874
5004
|
},
|
|
4875
5005
|
"name": "assetsBucketParameterName",
|
|
4876
5006
|
"optional": true,
|
|
@@ -4889,7 +5019,7 @@
|
|
|
4889
5019
|
"immutable": true,
|
|
4890
5020
|
"locationInModule": {
|
|
4891
5021
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4892
|
-
"line":
|
|
5022
|
+
"line": 83
|
|
4893
5023
|
},
|
|
4894
5024
|
"name": "assetsBucketPrefixParameterName",
|
|
4895
5025
|
"optional": true,
|
|
@@ -4907,7 +5037,7 @@
|
|
|
4907
5037
|
"immutable": true,
|
|
4908
5038
|
"locationInModule": {
|
|
4909
5039
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4910
|
-
"line":
|
|
5040
|
+
"line": 45
|
|
4911
5041
|
},
|
|
4912
5042
|
"name": "createDashboard",
|
|
4913
5043
|
"optional": true,
|
|
@@ -4925,7 +5055,7 @@
|
|
|
4925
5055
|
"immutable": true,
|
|
4926
5056
|
"locationInModule": {
|
|
4927
5057
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4928
|
-
"line":
|
|
5058
|
+
"line": 52
|
|
4929
5059
|
},
|
|
4930
5060
|
"name": "interval",
|
|
4931
5061
|
"optional": true,
|
|
@@ -4936,66 +5066,20 @@
|
|
|
4936
5066
|
{
|
|
4937
5067
|
"abstract": true,
|
|
4938
5068
|
"docs": {
|
|
4939
|
-
"default": "
|
|
4940
|
-
"
|
|
4941
|
-
"summary": "The method used to determine if an AZ is an outlier for latency for Application Load Balancer metrics."
|
|
4942
|
-
},
|
|
4943
|
-
"immutable": true,
|
|
4944
|
-
"locationInModule": {
|
|
4945
|
-
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4946
|
-
"line": 130
|
|
4947
|
-
},
|
|
4948
|
-
"name": "latencyOutlierCalculation",
|
|
4949
|
-
"optional": true,
|
|
4950
|
-
"type": {
|
|
4951
|
-
"fqn": "@cdklabs/multi-az-observability.ApplicationLoadBalancerLatencyOutlierCalculation"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"abstract": true,
|
|
4956
|
-
"docs": {
|
|
4957
|
-
"default": "\"No alarms for NAT Gateways will be created\"",
|
|
4958
|
-
"remarks": "One alarm per NAT GW will be created. If multiple NAT GWs\nare provided for a single AZ, those alarms will be aggregated into\na composite alarm for the AZ. You must either specify an ALB or a NAT GW.",
|
|
4959
|
-
"stability": "experimental",
|
|
4960
|
-
"summary": "(Optional) A map of Availability Zone name to the NAT Gateways in that AZ."
|
|
4961
|
-
},
|
|
4962
|
-
"immutable": true,
|
|
4963
|
-
"locationInModule": {
|
|
4964
|
-
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4965
|
-
"line": 21
|
|
4966
|
-
},
|
|
4967
|
-
"name": "natGateways",
|
|
4968
|
-
"optional": true,
|
|
4969
|
-
"type": {
|
|
4970
|
-
"collection": {
|
|
4971
|
-
"elementtype": {
|
|
4972
|
-
"collection": {
|
|
4973
|
-
"elementtype": {
|
|
4974
|
-
"fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway"
|
|
4975
|
-
},
|
|
4976
|
-
"kind": "array"
|
|
4977
|
-
}
|
|
4978
|
-
},
|
|
4979
|
-
"kind": "map"
|
|
4980
|
-
}
|
|
4981
|
-
}
|
|
4982
|
-
},
|
|
4983
|
-
{
|
|
4984
|
-
"abstract": true,
|
|
4985
|
-
"docs": {
|
|
4986
|
-
"default": "\"0.01 (as in 0.01%)\"",
|
|
5069
|
+
"default": "\"No NAT Gateways will be used to calculate impact.\"",
|
|
5070
|
+
"remarks": "You must specify\nthis and/or applicationLoadBalancerProps.",
|
|
4987
5071
|
"stability": "experimental",
|
|
4988
|
-
"summary": "
|
|
5072
|
+
"summary": "Properties for NAT Gateways to detect single AZ impact."
|
|
4989
5073
|
},
|
|
4990
5074
|
"immutable": true,
|
|
4991
5075
|
"locationInModule": {
|
|
4992
5076
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
4993
|
-
"line":
|
|
5077
|
+
"line": 18
|
|
4994
5078
|
},
|
|
4995
|
-
"name": "
|
|
5079
|
+
"name": "natGatewayProps",
|
|
4996
5080
|
"optional": true,
|
|
4997
5081
|
"type": {
|
|
4998
|
-
"
|
|
5082
|
+
"fqn": "@cdklabs/multi-az-observability.NatGatewayDetectionProps"
|
|
4999
5083
|
}
|
|
5000
5084
|
},
|
|
5001
5085
|
{
|
|
@@ -5008,7 +5092,7 @@
|
|
|
5008
5092
|
"immutable": true,
|
|
5009
5093
|
"locationInModule": {
|
|
5010
5094
|
"filename": "src/basic_observability/props/BasicServiceMultiAZObservabilityProps.ts",
|
|
5011
|
-
"line":
|
|
5095
|
+
"line": 38
|
|
5012
5096
|
},
|
|
5013
5097
|
"name": "period",
|
|
5014
5098
|
"optional": true,
|
|
@@ -8086,6 +8170,104 @@
|
|
|
8086
8170
|
],
|
|
8087
8171
|
"symbolId": "src/services/props/MetricDimensions:MetricDimensions"
|
|
8088
8172
|
},
|
|
8173
|
+
"@cdklabs/multi-az-observability.NatGatewayDetectionProps": {
|
|
8174
|
+
"assembly": "@cdklabs/multi-az-observability",
|
|
8175
|
+
"datatype": true,
|
|
8176
|
+
"docs": {
|
|
8177
|
+
"stability": "experimental",
|
|
8178
|
+
"summary": "The properties for performing zonal impact detection with NAT Gateway(s)."
|
|
8179
|
+
},
|
|
8180
|
+
"fqn": "@cdklabs/multi-az-observability.NatGatewayDetectionProps",
|
|
8181
|
+
"kind": "interface",
|
|
8182
|
+
"locationInModule": {
|
|
8183
|
+
"filename": "src/basic_observability/props/NatGatewayDetectionProps.ts",
|
|
8184
|
+
"line": 7
|
|
8185
|
+
},
|
|
8186
|
+
"name": "NatGatewayDetectionProps",
|
|
8187
|
+
"properties": [
|
|
8188
|
+
{
|
|
8189
|
+
"abstract": true,
|
|
8190
|
+
"docs": {
|
|
8191
|
+
"stability": "experimental",
|
|
8192
|
+
"summary": "A list of NAT Gateways per Availability Zone (using the AZ name as the key)."
|
|
8193
|
+
},
|
|
8194
|
+
"immutable": true,
|
|
8195
|
+
"locationInModule": {
|
|
8196
|
+
"filename": "src/basic_observability/props/NatGatewayDetectionProps.ts",
|
|
8197
|
+
"line": 12
|
|
8198
|
+
},
|
|
8199
|
+
"name": "natGateways",
|
|
8200
|
+
"type": {
|
|
8201
|
+
"collection": {
|
|
8202
|
+
"elementtype": {
|
|
8203
|
+
"collection": {
|
|
8204
|
+
"elementtype": {
|
|
8205
|
+
"fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway"
|
|
8206
|
+
},
|
|
8207
|
+
"kind": "array"
|
|
8208
|
+
}
|
|
8209
|
+
},
|
|
8210
|
+
"kind": "map"
|
|
8211
|
+
}
|
|
8212
|
+
}
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"abstract": true,
|
|
8216
|
+
"docs": {
|
|
8217
|
+
"default": "PacketLossOutlierAlgorithm.STATIC",
|
|
8218
|
+
"stability": "experimental",
|
|
8219
|
+
"summary": "The algorithm to use to calculate an AZ as an outlier for packet loss."
|
|
8220
|
+
},
|
|
8221
|
+
"immutable": true,
|
|
8222
|
+
"locationInModule": {
|
|
8223
|
+
"filename": "src/basic_observability/props/NatGatewayDetectionProps.ts",
|
|
8224
|
+
"line": 26
|
|
8225
|
+
},
|
|
8226
|
+
"name": "packetLossOutlierAlgorithm",
|
|
8227
|
+
"optional": true,
|
|
8228
|
+
"type": {
|
|
8229
|
+
"fqn": "@cdklabs/multi-az-observability.PacketLossOutlierAlgorithm"
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
{
|
|
8233
|
+
"abstract": true,
|
|
8234
|
+
"docs": {
|
|
8235
|
+
"default": "\"This depends on the outlier algorithm. STATIC: 0.66. Z-SCORE: 3.\"",
|
|
8236
|
+
"stability": "experimental",
|
|
8237
|
+
"summary": "The threshold used with the outlier calculation."
|
|
8238
|
+
},
|
|
8239
|
+
"immutable": true,
|
|
8240
|
+
"locationInModule": {
|
|
8241
|
+
"filename": "src/basic_observability/props/NatGatewayDetectionProps.ts",
|
|
8242
|
+
"line": 33
|
|
8243
|
+
},
|
|
8244
|
+
"name": "packetLossOutlierThreshold",
|
|
8245
|
+
"optional": true,
|
|
8246
|
+
"type": {
|
|
8247
|
+
"primitive": "number"
|
|
8248
|
+
}
|
|
8249
|
+
},
|
|
8250
|
+
{
|
|
8251
|
+
"abstract": true,
|
|
8252
|
+
"docs": {
|
|
8253
|
+
"default": "0.01 (as in 0.01%)",
|
|
8254
|
+
"stability": "experimental",
|
|
8255
|
+
"summary": "The percentage of packet loss at which you consider there to be impact."
|
|
8256
|
+
},
|
|
8257
|
+
"immutable": true,
|
|
8258
|
+
"locationInModule": {
|
|
8259
|
+
"filename": "src/basic_observability/props/NatGatewayDetectionProps.ts",
|
|
8260
|
+
"line": 19
|
|
8261
|
+
},
|
|
8262
|
+
"name": "packetLossPercentThreshold",
|
|
8263
|
+
"optional": true,
|
|
8264
|
+
"type": {
|
|
8265
|
+
"primitive": "number"
|
|
8266
|
+
}
|
|
8267
|
+
}
|
|
8268
|
+
],
|
|
8269
|
+
"symbolId": "src/basic_observability/props/NatGatewayDetectionProps:NatGatewayDetectionProps"
|
|
8270
|
+
},
|
|
8089
8271
|
"@cdklabs/multi-az-observability.NetworkConfigurationProps": {
|
|
8090
8272
|
"assembly": "@cdklabs/multi-az-observability",
|
|
8091
8273
|
"datatype": true,
|
|
@@ -9275,6 +9457,30 @@
|
|
|
9275
9457
|
"name": "OutlierDetectionAlgorithm",
|
|
9276
9458
|
"symbolId": "src/utilities/OutlierDetectionAlgorithm:OutlierDetectionAlgorithm"
|
|
9277
9459
|
},
|
|
9460
|
+
"@cdklabs/multi-az-observability.PacketLossOutlierAlgorithm": {
|
|
9461
|
+
"assembly": "@cdklabs/multi-az-observability",
|
|
9462
|
+
"docs": {
|
|
9463
|
+
"stability": "experimental",
|
|
9464
|
+
"summary": "The options for calculating if a NAT Gateway is an outlier for packet loss."
|
|
9465
|
+
},
|
|
9466
|
+
"fqn": "@cdklabs/multi-az-observability.PacketLossOutlierAlgorithm",
|
|
9467
|
+
"kind": "enum",
|
|
9468
|
+
"locationInModule": {
|
|
9469
|
+
"filename": "src/outlier-detection/PacketLossOutlierAlgorithm.ts",
|
|
9470
|
+
"line": 4
|
|
9471
|
+
},
|
|
9472
|
+
"members": [
|
|
9473
|
+
{
|
|
9474
|
+
"docs": {
|
|
9475
|
+
"stability": "experimental",
|
|
9476
|
+
"summary": "This will take the availability threshold and calculate if one AZ is responsible for that percentage of packet loss."
|
|
9477
|
+
},
|
|
9478
|
+
"name": "STATIC"
|
|
9479
|
+
}
|
|
9480
|
+
],
|
|
9481
|
+
"name": "PacketLossOutlierAlgorithm",
|
|
9482
|
+
"symbolId": "src/outlier-detection/PacketLossOutlierAlgorithm:PacketLossOutlierAlgorithm"
|
|
9483
|
+
},
|
|
9278
9484
|
"@cdklabs/multi-az-observability.Service": {
|
|
9279
9485
|
"assembly": "@cdklabs/multi-az-observability",
|
|
9280
9486
|
"docs": {
|
|
@@ -10211,6 +10417,6 @@
|
|
|
10211
10417
|
"symbolId": "src/services/props/ServiceProps:ServiceProps"
|
|
10212
10418
|
}
|
|
10213
10419
|
},
|
|
10214
|
-
"version": "0.0.1-alpha.
|
|
10215
|
-
"fingerprint": "
|
|
10420
|
+
"version": "0.0.1-alpha.15",
|
|
10421
|
+
"fingerprint": "zJKawdwFl2/wC3wCfw1Y5oV6/U/bAUGYBI6CDnLurak="
|
|
10216
10422
|
}
|