Skip to content

Commit d96cd36

Browse files
Update v2 API spec to reflect default AWS metric collection behavior (#2753)
Co-authored-by: ci.datadog-api-spec <[email protected]> b93b38b
1 parent b9f3e4c commit d96cd36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

datadog_api_client.v2.model.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23833,8 +23833,8 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2383323833
<dl class="field-list simple">
2383423834
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2383523835
<dd class="field-odd"><ul class="simple">
23836-
<li><p><strong>exclude_only</strong> (<em>[</em><em>str</em><em>]</em>) – Exclude only these namespaces from metrics collection. Defaults to <cite>[“AWS/SQS”, “AWS/ElasticMapReduce”]</cite>.
23837-
<cite>AWS/SQS</cite> and <cite>AWS/ElasticMapReduce</cite> are excluded by default to reduce your AWS CloudWatch costs from <cite>GetMetricData</cite> API calls.</p></li>
23836+
<li><p><strong>exclude_only</strong> (<em>[</em><em>str</em><em>]</em>) – Exclude only these namespaces from metrics collection. Defaults to <cite>[“AWS/SQS”, “AWS/ElasticMapReduce”, “AWS/Usage”]</cite>.
23837+
<cite>AWS/SQS</cite>, <cite>AWS/ElasticMapReduce</cite>, and <cite>AWS/Usage</cite> are excluded by default to reduce your AWS CloudWatch costs from <cite>GetMetricData</cite> API calls.</p></li>
2383823838
<li><p><strong>include_only</strong> (<em>[</em><em>str</em><em>]</em>) – Include only these namespaces.</p></li>
2383923839
</ul>
2384023840
</dd>
@@ -23851,12 +23851,12 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2385123851
<dt class="sig sig-object py">
2385223852
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">AWSNamespaceFiltersExcludeOnly</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span></dt>
2385323853
<dd><p>Bases: <a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.ModelNormal" title="datadog_api_client.model_utils.ModelNormal"><code class="xref py py-class docutils literal notranslate"><span class="pre">ModelNormal</span></code></a></p>
23854-
<p>Exclude only these namespaces from metrics collection. Defaults to <code class="docutils literal notranslate"><span class="pre">["AWS/SQS",</span> <span class="pre">"AWS/ElasticMapReduce"]</span></code>.
23855-
<code class="docutils literal notranslate"><span class="pre">AWS/SQS</span></code> and <code class="docutils literal notranslate"><span class="pre">AWS/ElasticMapReduce</span></code> are excluded by default to reduce your AWS CloudWatch costs from <code class="docutils literal notranslate"><span class="pre">GetMetricData</span></code> API calls.</p>
23854+
<p>Exclude only these namespaces from metrics collection. Defaults to <code class="docutils literal notranslate"><span class="pre">["AWS/SQS",</span> <span class="pre">"AWS/ElasticMapReduce",</span> <span class="pre">"AWS/Usage"]</span></code>.
23855+
<code class="docutils literal notranslate"><span class="pre">AWS/SQS</span></code> , <code class="docutils literal notranslate"><span class="pre">AWS/ElasticMapReduce</span></code> , and <code class="docutils literal notranslate"><span class="pre">AWS/Usage</span></code> are excluded by default to reduce your AWS CloudWatch costs from <code class="docutils literal notranslate"><span class="pre">GetMetricData</span></code> API calls.</p>
2385623856
<dl class="field-list simple">
2385723857
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
23858-
<dd class="field-odd"><p><strong>exclude_only</strong> (<em>[</em><em>str</em><em>]</em>) – Exclude only these namespaces from metrics collection. Defaults to <code class="docutils literal notranslate"><span class="pre">["AWS/SQS",</span> <span class="pre">"AWS/ElasticMapReduce"]</span></code>.
23859-
<code class="docutils literal notranslate"><span class="pre">AWS/SQS</span></code> and <code class="docutils literal notranslate"><span class="pre">AWS/ElasticMapReduce</span></code> are excluded by default to reduce your AWS CloudWatch costs from <code class="docutils literal notranslate"><span class="pre">GetMetricData</span></code> API calls.</p>
23858+
<dd class="field-odd"><p><strong>exclude_only</strong> (<em>[</em><em>str</em><em>]</em>) – Exclude only these namespaces from metrics collection. Defaults to <code class="docutils literal notranslate"><span class="pre">["AWS/SQS",</span> <span class="pre">"AWS/ElasticMapReduce",</span> <span class="pre">"AWS/Usage"]</span></code>.
23859+
<code class="docutils literal notranslate"><span class="pre">AWS/SQS</span></code> , <code class="docutils literal notranslate"><span class="pre">AWS/ElasticMapReduce</span></code> , and <code class="docutils literal notranslate"><span class="pre">AWS/Usage</span></code> are excluded by default to reduce your AWS CloudWatch costs from <code class="docutils literal notranslate"><span class="pre">GetMetricData</span></code> API calls.</p>
2386023860
</dd>
2386123861
</dl>
2386223862
</dd></dl>

0 commit comments

Comments
 (0)