Skip to content

Commit

Permalink
[OAS] Fix path to observability rule definitions (#179501)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Mar 27, 2024
1 parent 0b1f2f6 commit fc3d604
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml'
$ref: '../../../../../observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml'
$ref: '../../../../../observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml'
$ref: '../../../../../observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml'
$ref: '../../../../../observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../infra/server/lib/alerting/docs/params_property_infra_inventory.yaml'
$ref: '../../../../../observability_solution/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml'
$ref: '../../../../../observability_solution/infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../infra/server/lib/alerting/docs/params_property_log_threshold.yaml'
$ref: '../../../../../observability_solution/infra/server/lib/alerting/docs/params_property_log_threshold.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../observability/server/lib/rules/slo_burn_rate/docs/params_property_slo_burn_rate.yaml'
$ref: '../../../../../observability_solution/slo/server/lib/rules/slo_burn_rate/docs/params_property_slo_burn_rate.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml'
$ref: '../../../../../observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
notify_when:
$ref: 'notify_when.yaml'
params:
$ref: '../../../../../uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml'
$ref: '../../../../../observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml'
rule_type_id:
type: string
description: The ID of the rule type that you want to call when the rule is scheduled to run.
Expand Down

0 comments on commit fc3d604

Please sign in to comment.