Skip to content

Commit 299e819

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Minor docs change, added quotations (#3071)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6fdfe72 commit 299e819

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-04 09:10:35.424028",
8-
"spec_repo_commit": "6c99bb98"
7+
"regenerated": "2025-06-04 10:47:57.198656",
8+
"spec_repo_commit": "1f58e760"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-04 09:10:35.440300",
13-
"spec_repo_commit": "6c99bb98"
12+
"regenerated": "2025-06-04 10:47:57.214687",
13+
"spec_repo_commit": "1f58e760"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7287,7 +7287,7 @@ components:
72877287
For example, a query grouped by `cluster` and `namespace` cannot notify
72887288
on `region`.
72897289

7290-
Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.'
7290+
Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.'
72917291
items:
72927292
description: A grouping tag.
72937293
type: string

api/datadogV1/model_monitor_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type MonitorOptions struct {
7777
// new `cluster` violating the alert conditions by setting `notify_by` to `["cluster"]`. Tags mentioned
7878
// in `notify_by` must be a subset of the grouping tags in the query.
7979
// For example, a query grouped by `cluster` and `namespace` cannot notify on `region`.
80-
// Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.
80+
// Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.
8181
NotifyBy []string `json:"notify_by,omitempty"`
8282
// A Boolean indicating whether this monitor notifies when data stops reporting. Defaults to `false`.
8383
NotifyNoData *bool `json:"notify_no_data,omitempty"`

0 commit comments

Comments
 (0)