@pulumi/datadog 5.5.0 → 5.5.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/types/output.d.ts CHANGED
@@ -62892,6 +62892,10 @@ export interface GetLogsIndexesLogsIndexExclusionFilterFilter {
62892
62892
  * Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
62893
62893
  */
62894
62894
  query: string;
62895
+ /**
62896
+ * The attribute to use for sampling logs for this exclusion filter.
62897
+ */
62898
+ sampleAttribute: string;
62895
62899
  /**
62896
62900
  * The fraction of logs excluded by the exclusion filter, when active.
62897
62901
  */
@@ -65601,6 +65605,10 @@ export interface LogsIndexExclusionFilterFilter {
65601
65605
  * Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
65602
65606
  */
65603
65607
  query?: string;
65608
+ /**
65609
+ * The log attribute used as the sampling key. When present, logs sharing the same value are excluded or kept together at the configured sample rate (a single attribute path, e.g. `@lambda.request_id`).
65610
+ */
65611
+ sampleAttribute?: string;
65604
65612
  /**
65605
65613
  * The fraction of logs excluded by the exclusion filter, when active.
65606
65614
  */