You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline rule definitions for a deployment gate evaluation. When provided, rules are evaluated
29388
+
directly from this configuration instead of using the pre-configured gate rules.
29389
+
At least one rule is required.
29390
+
properties:
29391
+
dry_run:
29392
+
description: Gate-level dry run. When enabled, the rules are evaluated normally but the gate always returns `pass`. The real result is visible in the Datadog UI.
29393
+
example: false
29394
+
type: boolean
29395
+
rules:
29396
+
description: The list of rules to evaluate. At least one rule is required.
description: A faulty deployment detection rule to evaluate as part of a deployment gate evaluation.
29601
+
properties:
29602
+
dry_run:
29603
+
description: Rule-level dry run. When enabled, the rule is evaluated normally but it always returns `pass`. The real result is visible in the Datadog UI.
description: Options for a `faulty_deployment_detection` rule.
29620
+
properties:
29621
+
duration:
29622
+
description: Evaluation window in seconds. Maximum 7200 (2 hours).
29623
+
example: 900
29624
+
format: int64
29625
+
maximum: 7200
29626
+
type: integer
29627
+
excluded_resources:
29628
+
description: APM resource names to exclude from analysis.
29629
+
example:
29630
+
- "GET /healthcheck"
29631
+
items:
29632
+
type: string
29633
+
type: array
29634
+
type: object
29635
+
DeploymentGatesFDDRuleType:
29636
+
description: The type identifier for a faulty deployment detection rule.
29637
+
enum:
29638
+
- faulty_deployment_detection
29639
+
example: faulty_deployment_detection
29640
+
type: string
29641
+
x-enum-varnames:
29642
+
- FAULTY_DEPLOYMENT_DETECTION
29565
29643
DeploymentGatesListResponse:
29566
29644
description: Response containing a paginated list of deployment gates.
29567
29645
properties:
@@ -29596,6 +29674,49 @@ components:
29596
29674
minimum: 1
29597
29675
type: integer
29598
29676
type: object
29677
+
DeploymentGatesMonitorRule:
29678
+
description: A monitor rule to evaluate as part of a deployment gate evaluation.
29679
+
properties:
29680
+
dry_run:
29681
+
description: Rule-level dry run. When enabled, the rule is evaluated normally but it always returns `pass`. The real result is visible in the Datadog UI.
0 commit comments