Skip to content

Commit 16a7a75

Browse files
Add trace_rate support to APM retention filter APIs (#2494)
Co-authored-by: ci.datadog-api-spec <[email protected]> 3e3abbf
1 parent f6aecbe commit 16a7a75

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

datadog_api_client.v2.model.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49522,6 +49522,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4952249522
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the retention filter.</p></li>
4952349523
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter,
4952449524
a value of 1.0 keeps all spans matching the query.</p></li>
49525+
<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.
49526+
A value of 1.0 keeps all traces with spans matching the query.</p></li>
4952549527
</ul>
4952649528
</dd>
4952749529
</dl>
@@ -49584,6 +49586,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4958449586
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the retention filter.</p></li>
4958549587
<li><p><strong>rate</strong> (<em>float</em><em>, </em><em>optional</em>) – Sample rate to apply to spans going through this retention filter,
4958649588
a value of 1.0 keeps all spans matching the query.</p></li>
49589+
<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.
49590+
A value of 1.0 keeps all traces with spans matching the query.</p></li>
4958749591
</ul>
4958849592
</dd>
4958949593
</dl>
@@ -49609,6 +49613,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4960949613
<li><p><strong>name</strong> (<em>str</em>) – The name of the retention filter.</p></li>
4961049614
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter,
4961149615
a value of 1.0 keeps all spans matching the query.</p></li>
49616+
<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.
49617+
A value of 1.0 keeps all traces with spans matching the query.</p></li>
4961249618
</ul>
4961349619
</dd>
4961449620
</dl>
@@ -49740,6 +49746,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4974049746
<li><p><strong>name</strong> (<em>str</em>) – The name of the retention filter.</p></li>
4974149747
<li><p><strong>rate</strong> (<em>float</em>) – Sample rate to apply to spans going through this retention filter,
4974249748
a value of 1.0 keeps all spans matching the query.</p></li>
49749+
<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.
49750+
A value of 1.0 keeps all traces with spans matching the query.</p></li>
4974349751
</ul>
4974449752
</dd>
4974549753
</dl>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)