@pulumi/datadog 4.48.0 → 4.48.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/monitor.d.ts +9 -9
- package/package.json +2 -2
package/monitor.d.ts
CHANGED
|
@@ -157,9 +157,9 @@ export declare class Monitor extends pulumi.CustomResource {
|
|
|
157
157
|
* Controls how groups or monitors are treated if an evaluation does not return any data points. The default option results
|
|
158
158
|
* in different behavior depending on the monitor query type. For monitors using `Count` queries, an empty monitor
|
|
159
159
|
* evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than
|
|
160
|
-
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is
|
|
161
|
-
* available for
|
|
162
|
-
* `
|
|
160
|
+
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is not
|
|
161
|
+
* available for Service Check, Composite, or SLO monitors. Valid values are: `showNoData`, `showAndNotifyNoData`,
|
|
162
|
+
* `resolve`, and `default`.
|
|
163
163
|
*/
|
|
164
164
|
readonly onMissingData: pulumi.Output<string | undefined>;
|
|
165
165
|
/**
|
|
@@ -338,9 +338,9 @@ export interface MonitorState {
|
|
|
338
338
|
* Controls how groups or monitors are treated if an evaluation does not return any data points. The default option results
|
|
339
339
|
* in different behavior depending on the monitor query type. For monitors using `Count` queries, an empty monitor
|
|
340
340
|
* evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than
|
|
341
|
-
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is
|
|
342
|
-
* available for
|
|
343
|
-
* `
|
|
341
|
+
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is not
|
|
342
|
+
* available for Service Check, Composite, or SLO monitors. Valid values are: `showNoData`, `showAndNotifyNoData`,
|
|
343
|
+
* `resolve`, and `default`.
|
|
344
344
|
*/
|
|
345
345
|
onMissingData?: pulumi.Input<string>;
|
|
346
346
|
/**
|
|
@@ -511,9 +511,9 @@ export interface MonitorArgs {
|
|
|
511
511
|
* Controls how groups or monitors are treated if an evaluation does not return any data points. The default option results
|
|
512
512
|
* in different behavior depending on the monitor query type. For monitors using `Count` queries, an empty monitor
|
|
513
513
|
* evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than
|
|
514
|
-
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is
|
|
515
|
-
* available for
|
|
516
|
-
* `
|
|
514
|
+
* `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is not
|
|
515
|
+
* available for Service Check, Composite, or SLO monitors. Valid values are: `showNoData`, `showAndNotifyNoData`,
|
|
516
|
+
* `resolve`, and `default`.
|
|
517
517
|
*/
|
|
518
518
|
onMissingData?: pulumi.Input<string>;
|
|
519
519
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/datadog",
|
|
3
|
-
"version": "4.48.
|
|
3
|
+
"version": "4.48.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Datadog resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "datadog",
|
|
25
|
-
"version": "4.48.
|
|
25
|
+
"version": "4.48.1"
|
|
26
26
|
}
|
|
27
27
|
}
|