Skip to content

Commit 2993dee

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0619a15 of spec repo
1 parent b4117b6 commit 2993dee

File tree

7 files changed

+28
-42
lines changed

7 files changed

+28
-42
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54740,43 +54740,33 @@ components:
5474054740
x-enum-varnames:
5474154741
- RULESET
5474254742
RumCrossProductSampling:
54743-
description: 'Configuration for additional APM trace data retention for sessions
54744-
that match this retention filter.
54745-
54746-
When a session matches the filter and is retained (based on `sample_rate`),
54747-
you can configure
54748-
54749-
the percentage of retained sessions with ingested traces whose traces are
54750-
indexed.'
54743+
description: The configuration for cross-product retention filters.
5475154744
properties:
5475254745
trace_enabled:
54753-
description: Indicates whether trace cross-product sampling is enabled.
54754-
If `false`, no traces are indexed regardless of `trace_sample_rate`.
54746+
description: Whether the cross-product retention filter for APM traces is
54747+
enabled.
5475554748
example: true
5475654749
type: boolean
5475754750
trace_sample_rate:
54758-
description: 'The percentage (0-100) of retained sessions with ingested
54759-
traces whose traces are indexed.
54760-
54761-
For example, 25.0 means 25% of retained sessions with ingested traces
54762-
have their traces indexed.'
54751+
description: The sample rate for the APM cross-product retention filter,
54752+
between 0 and 100.
5476354753
example: 25.0
5476454754
format: double
5476554755
maximum: 100
5476654756
minimum: 0
5476754757
type: number
5476854758
type: object
5476954759
RumCrossProductSamplingCreate:
54770-
description: Configuration for cross-product sampling when creating a retention
54771-
filter.
54760+
description: The configuration for cross-product retention filters.
5477254761
properties:
5477354762
trace_enabled:
54774-
description: Indicates whether trace cross-product sampling is enabled.
54763+
description: Whether the cross-product retention filter for APM traces is
54764+
enabled.
5477554765
example: true
5477654766
type: boolean
5477754767
trace_sample_rate:
54778-
description: The percentage (0-100) of retained sessions with ingested traces
54779-
whose traces are indexed.
54768+
description: The sample rate for the APM cross-product retention filter,
54769+
between 0 and 100.
5478054770
example: 25.0
5478154771
format: double
5478254772
maximum: 100
@@ -54786,16 +54776,17 @@ components:
5478654776
- trace_sample_rate
5478754777
type: object
5478854778
RumCrossProductSamplingUpdate:
54789-
description: Configuration for cross-product sampling when updating a retention
54790-
filter. All fields are optional for partial updates.
54779+
description: The configuration for cross-product retention filters. All fields
54780+
are optional for partial updates.
5479154781
properties:
5479254782
trace_enabled:
54793-
description: Indicates whether trace cross-product sampling is enabled.
54783+
description: Whether the cross-product retention filter for APM traces is
54784+
enabled.
5479454785
example: true
5479554786
type: boolean
5479654787
trace_sample_rate:
54797-
description: The percentage (0-100) of retained sessions with ingested traces
54798-
whose traces are indexed.
54788+
description: The sample rate for the APM cross-product retention filter,
54789+
between 0 and 100.
5479954790
example: 25.0
5480054791
format: double
5480154792
maximum: 100

src/datadog_api_client/v2/model/rum_cross_product_sampling.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,12 @@ def __init__(
4040
**kwargs,
4141
):
4242
"""
43-
Configuration for additional APM trace data retention for sessions that match this retention filter.
44-
When a session matches the filter and is retained (based on ``sample_rate`` ), you can configure
45-
the percentage of retained sessions with ingested traces whose traces are indexed.
43+
The configuration for cross-product retention filters.
4644
47-
:param trace_enabled: Indicates whether trace cross-product sampling is enabled. If ``false`` , no traces are indexed regardless of ``trace_sample_rate``.
45+
:param trace_enabled: Whether the cross-product retention filter for APM traces is enabled.
4846
:type trace_enabled: bool, optional
4947
50-
:param trace_sample_rate: The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
51-
For example, 25.0 means 25% of retained sessions with ingested traces have their traces indexed.
48+
:param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100.
5249
:type trace_sample_rate: float, optional
5350
"""
5451
if trace_enabled is not unset:

src/datadog_api_client/v2/model/rum_cross_product_sampling_create.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def openapi_types(_):
3535

3636
def __init__(self_, trace_sample_rate: float, trace_enabled: Union[bool, UnsetType] = unset, **kwargs):
3737
"""
38-
Configuration for cross-product sampling when creating a retention filter.
38+
The configuration for cross-product retention filters.
3939
40-
:param trace_enabled: Indicates whether trace cross-product sampling is enabled.
40+
:param trace_enabled: Whether the cross-product retention filter for APM traces is enabled.
4141
:type trace_enabled: bool, optional
4242
43-
:param trace_sample_rate: The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
43+
:param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100.
4444
:type trace_sample_rate: float
4545
"""
4646
if trace_enabled is not unset:

src/datadog_api_client/v2/model/rum_cross_product_sampling_update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ def __init__(
4040
**kwargs,
4141
):
4242
"""
43-
Configuration for cross-product sampling when updating a retention filter. All fields are optional for partial updates.
43+
The configuration for cross-product retention filters. All fields are optional for partial updates.
4444
45-
:param trace_enabled: Indicates whether trace cross-product sampling is enabled.
45+
:param trace_enabled: Whether the cross-product retention filter for APM traces is enabled.
4646
:type trace_enabled: bool, optional
4747
48-
:param trace_sample_rate: The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
48+
:param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100.
4949
:type trace_sample_rate: float, optional
5050
"""
5151
if trace_enabled is not unset:

src/datadog_api_client/v2/model/rum_retention_filter_attributes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def __init__(
6262
"""
6363
The object describing attributes of a RUM retention filter.
6464
65-
:param cross_product_sampling: Configuration for additional APM trace data retention for sessions that match this retention filter.
66-
When a session matches the filter and is retained (based on ``sample_rate`` ), you can configure
67-
the percentage of retained sessions with ingested traces whose traces are indexed.
65+
:param cross_product_sampling: The configuration for cross-product retention filters.
6866
:type cross_product_sampling: RumCrossProductSampling, optional
6967
7068
:param enabled: Whether the retention filter is enabled.

src/datadog_api_client/v2/model/rum_retention_filter_create_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(
6262
"""
6363
The object describing attributes of a RUM retention filter to create.
6464
65-
:param cross_product_sampling: Configuration for cross-product sampling when creating a retention filter.
65+
:param cross_product_sampling: The configuration for cross-product retention filters.
6666
:type cross_product_sampling: RumCrossProductSamplingCreate, optional
6767
6868
:param enabled: Whether the retention filter is enabled.

src/datadog_api_client/v2/model/rum_retention_filter_update_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(
6262
"""
6363
The object describing attributes of a RUM retention filter to update.
6464
65-
:param cross_product_sampling: Configuration for cross-product sampling when updating a retention filter. All fields are optional for partial updates.
65+
:param cross_product_sampling: The configuration for cross-product retention filters. All fields are optional for partial updates.
6666
:type cross_product_sampling: RumCrossProductSamplingUpdate, optional
6767
6868
:param enabled: Whether the retention filter is enabled.

0 commit comments

Comments
 (0)