Skip to content

Commit 19a6a39

Browse files
Normalize phrasing across rate/trace_rate in APM Retention Filters (#2496)
Co-authored-by: ci.datadog-api-spec <[email protected]> 8e32ada
1 parent e70a6c0 commit 19a6a39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

datadog_api_client.v2.model.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -50210,8 +50210,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5021050210
<li><p><strong>modified_at</strong> (<em>int</em><em>, </em><em>optional</em>) – The modification timestamp of the retention filter.</p></li>
5021150211
<li><p><strong>modified_by</strong> (<em>str</em><em>, </em><em>optional</em>) – The modifier of the retention filter.</p></li>
5021250212
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the retention filter.</p></li>
50213-
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter,
50214-
a value of 1.0 keeps all spans matching the query.</p></li>
50213+
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter.
50214+
A value of 1.0 keeps all spans matching the query.</p></li>
5021550215
<li><p><strong>trace_rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to traces containing spans going through this retention filter.
5021650216
A value of 1.0 keeps all traces with spans matching the query.</p></li>
5021750217
</ul>
@@ -50274,8 +50274,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5027450274
<li><p><strong>modified_at</strong> (<em>int</em><em>, </em><em>optional</em>) – The modification timestamp of the retention filter.</p></li>
5027550275
<li><p><strong>modified_by</strong> (<em>str</em><em>, </em><em>optional</em>) – The modifier of the retention filter.</p></li>
5027650276
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the retention filter.</p></li>
50277-
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter,
50278-
a value of 1.0 keeps all spans matching the query.</p></li>
50277+
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter.
50278+
A value of 1.0 keeps all spans matching the query.</p></li>
5027950279
<li><p><strong>trace_rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to traces containing spans going through this retention filter.
5028050280
A value of 1.0 keeps all traces with spans matching the query.</p></li>
5028150281
</ul>
@@ -50301,8 +50301,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5030150301
<li><p><strong>filter</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.spans_filter_create.SpansFilterCreate" title="datadog_api_client.v2.model.spans_filter_create.SpansFilterCreate"><em>SpansFilterCreate</em></a>) – The spans filter. Spans matching this filter will be indexed and stored.</p></li>
5030250302
<li><p><strong>filter_type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.retention_filter_type.RetentionFilterType" title="datadog_api_client.v2.model.retention_filter_type.RetentionFilterType"><em>RetentionFilterType</em></a>) – The type of retention filter. The value should always be spans-sampling-processor.</p></li>
5030350303
<li><p><strong>name</strong> (<em>str</em>) – The name of the retention filter.</p></li>
50304-
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter,
50305-
a value of 1.0 keeps all spans matching the query.</p></li>
50304+
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter.
50305+
A value of 1.0 keeps all spans matching the query.</p></li>
5030650306
<li><p><strong>trace_rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to traces containing spans going through this retention filter.
5030750307
A value of 1.0 keeps all traces with spans matching the query.</p></li>
5030850308
</ul>
@@ -50434,8 +50434,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
5043450434
<li><p><strong>filter</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.spans_filter_create.SpansFilterCreate" title="datadog_api_client.v2.model.spans_filter_create.SpansFilterCreate"><em>SpansFilterCreate</em></a>) – The spans filter. Spans matching this filter will be indexed and stored.</p></li>
5043550435
<li><p><strong>filter_type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.retention_filter_all_type.RetentionFilterAllType" title="datadog_api_client.v2.model.retention_filter_all_type.RetentionFilterAllType"><em>RetentionFilterAllType</em></a>) – The type of retention filter.</p></li>
5043650436
<li><p><strong>name</strong> (<em>str</em>) – The name of the retention filter.</p></li>
50437-
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter,
50438-
a value of 1.0 keeps all spans matching the query.</p></li>
50437+
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter.
50438+
A value of 1.0 keeps all spans matching the query.</p></li>
5043950439
<li><p><strong>trace_rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to traces containing spans going through this retention filter.
5044050440
A value of 1.0 keeps all traces with spans matching the query.</p></li>
5044150441
</ul>

0 commit comments

Comments
 (0)