@pulumi/datadog 4.48.0-alpha.1743651164 → 4.48.1-alpha.1743823594

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.
Files changed (2) hide show
  1. package/monitor.d.ts +9 -9
  2. 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 only
161
- * available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. Valid values are:
162
- * `showNoData`, `showAndNotifyNoData`, `resolve`, and `default`.
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 only
342
- * available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. Valid values are:
343
- * `showNoData`, `showAndNotifyNoData`, `resolve`, and `default`.
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 only
515
- * available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors. Valid values are:
516
- * `showNoData`, `showAndNotifyNoData`, `resolve`, and `default`.
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.0-alpha.1743651164",
3
+ "version": "4.48.1-alpha.1743823594",
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.0-alpha.1743651164"
25
+ "version": "4.48.1-alpha.1743823594"
26
26
  }
27
27
  }