You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>View indexed tag key-value pairs for a given metric name over the previous hour.</p>
10028
+
<p>View indexed and ingested tags for a given metric name.
10029
+
Results are filtered by the <code class="docutils literal notranslate"><span class="pre">window[seconds]</span></code> parameter, which defaults to 14400 (4 hours).</p>
<dd class="field-odd"><p><strong>metric_name</strong> (<em>str</em>) – The name of the metric.</p>
10032
+
<dd class="field-odd"><ul class="simple">
10033
+
<li><p><strong>metric_name</strong> (<em>str</em>) – The name of the metric.</p></li>
10034
+
<li><p><strong>window_seconds</strong> (<em>int</em><em>, </em><em>optional</em>) – The number of seconds of look back (from now) to query for tag data.
10035
+
Default value is 14400 (4 hours), minimum value is 14400 (4 hours).</p></li>
10036
+
<li><p><strong>filter_tags</strong> (<em>str</em><em>, </em><em>optional</em>) – Filter results to tags from data points that have the specified tags.
10037
+
For example, <code class="docutils literal notranslate"><span class="pre">filter[tags]=env:staging,host:123</span></code> returns tags only from data points with both <code class="docutils literal notranslate"><span class="pre">env:staging</span></code> and <code class="docutils literal notranslate"><span class="pre">host:123</span></code>.</p></li>
10038
+
<li><p><strong>filter_match</strong> (<em>str</em><em>, </em><em>optional</em>) – Filter returned tags to those matching a substring.
10039
+
For example, <code class="docutils literal notranslate"><span class="pre">filter[match]=env</span></code> returns tags like <code class="docutils literal notranslate"><span class="pre">env:prod</span></code> , <code class="docutils literal notranslate"><span class="pre">environment:staging</span></code> , etc.</p></li>
10040
+
<li><p><strong>filter_include_tag_values</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to include tag values in the response.
10041
+
Defaults to true.</p></li>
10042
+
<li><p><strong>filter_allow_partial</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to allow partial results.
10043
+
Defaults to false.</p></li>
10044
+
<li><p><strong>page_limit</strong> (<em>int</em><em>, </em><em>optional</em>) – Maximum number of results to return.</p></li>
<li><p><strong>attributes</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes" title="datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes"><em>MetricAllTagsAttributes</em></a><em>, </em><em>optional</em>) – Object containing the definition of a metric’s tags.</p></li>
71428
+
<li><p><strong>attributes</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes" title="datadog_api_client.v2.model.metric_all_tags_attributes.MetricAllTagsAttributes"><em>MetricAllTagsAttributes</em></a><em>, </em><em>optional</em>) – Object containing the definition of a metric’s indexed and ingested tags.</p></li>
71429
71429
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – The metric name for this resource.</p></li>
<dd class="field-odd"><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of indexed tag value pairs.</p>
71449
+
<dd class="field-odd"><ul class="simple">
71450
+
<li><p><strong>ingested_tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of ingested tags that are not indexed.</p></li>
71451
+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of indexed tags.</p></li>
<dd class="field-odd"><p><strong>data</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.metric_all_tags.MetricAllTags" title="datadog_api_client.v2.model.metric_all_tags.MetricAllTags"><em>MetricAllTags</em></a><em>, </em><em>optional</em>) – Object for a single metric’s indexed tags.</p>
71470
+
<dd class="field-odd"><p><strong>data</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.metric_all_tags.MetricAllTags" title="datadog_api_client.v2.model.metric_all_tags.MetricAllTags"><em>MetricAllTags</em></a><em>, </em><em>optional</em>) – Object for a single metric’s indexed and ingested tags.</p>
0 commit comments