Skip to content

Commit 978217a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c5e430a of spec repo
1 parent 5d39281 commit 978217a

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95723,7 +95723,7 @@ components:
9572395723
example: true
9572495724
type: boolean
9572595725
trace_sample_rate:
95726-
description: The sample rate for the APM cross-product retention filter, between 0 and 100.
95726+
description: The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned by the API are rounded to two decimal places.
9572795727
example: 25.0
9572895728
format: double
9572995729
maximum: 100
@@ -96374,7 +96374,7 @@ components:
9637496374
$ref: "#/components/schemas/RumRetentionFilterData"
9637596375
type: object
9637696376
RumRetentionFilterSampleRate:
96377-
description: The sample rate for a RUM retention filter, between 0.1 and 100.
96377+
description: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place.
9637896378
example: 50.5
9637996379
format: double
9638096380
maximum: 100

src/main/java/com/datadog/api/client/v2/model/RumCrossProductSampling.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public RumCrossProductSampling traceSampleRate(Double traceSampleRate) {
5858
}
5959

6060
/**
61-
* The sample rate for the APM cross-product retention filter, between 0 and 100. minimum: 0
62-
* maximum: 100
61+
* The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned
62+
* by the API are rounded to two decimal places. minimum: 0 maximum: 100
6363
*
6464
* @return traceSampleRate
6565
*/

src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterAttributes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ public RumRetentionFilterAttributes sampleRate(Double sampleRate) {
167167
}
168168

169169
/**
170-
* The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100
170+
* The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one
171+
* decimal place. minimum: 0.1 maximum: 100
171172
*
172173
* @return sampleRate
173174
*/

src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterCreateAttributes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ public RumRetentionFilterCreateAttributes sampleRate(Double sampleRate) {
180180
}
181181

182182
/**
183-
* The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100
183+
* The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one
184+
* decimal place. minimum: 0.1 maximum: 100
184185
*
185186
* @return sampleRate
186187
*/

src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterUpdateAttributes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public RumRetentionFilterUpdateAttributes sampleRate(Double sampleRate) {
168168
}
169169

170170
/**
171-
* The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100
171+
* The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one
172+
* decimal place. minimum: 0.1 maximum: 100
172173
*
173174
* @return sampleRate
174175
*/

0 commit comments

Comments
 (0)