Skip to content

Commit

Permalink
updated note for config definition
Browse files Browse the repository at this point in the history
  • Loading branch information
levipe01 committed Mar 22, 2024
1 parent ae74c3e commit 61a40d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apis/datadoghq/v1alpha1/datadogmonitor_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type DatadogMonitorOptions struct {
EvaluationDelay *int64 `json:"evaluationDelay,omitempty"`
// A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title.
IncludeTags *bool `json:"includeTags,omitempty"`
// Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
// A Boolean indicating whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
GroupbySimpleMonitor *bool `json:"groupbySimpleMonitor,omitempty"`
// Whether or not the monitor is locked (only editable by creator and admins).
Locked *bool `json:"locked,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion apis/datadoghq/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/v1/datadoghq.com_datadogmonitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
format: int64
type: integer
groupbySimpleMonitor:
description: Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
description: A Boolean indicating whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
type: boolean
includeTags:
description: A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
format: int64
type: integer
groupbySimpleMonitor:
description: Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
description: A Boolean indicating whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
type: boolean
includeTags:
description: A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title.
Expand Down

0 comments on commit 61a40d6

Please sign in to comment.