Skip to content

Commit

Permalink
move fanoutEnabled to docLevel input
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Dec 17, 2024
1 parent ab7ce61 commit e849d25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data class Monitor(
val dataSources: DataSources = DataSources(),
val deleteQueryIndexInEveryRun: Boolean? = false,
val shouldCreateSingleAlertForFindings: Boolean? = false,
val owner: String? = "alerting",
val owner: String? = "alerting"
) : ScheduledJob {

override val type = MONITOR_TYPE
Expand Down Expand Up @@ -372,7 +372,7 @@ data class Monitor(
dataSources,
deleteQueryIndexInEveryRun,
delegateMonitor,
owner,
owner
)
}

Expand Down

0 comments on commit e849d25

Please sign in to comment.