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
<dd><p>Send an incident event for DORA Metrics. <strong>Deprecated</strong>.</p>
5864
+
<dd><p>Send an incident event. <strong>Deprecated</strong>.</p>
5865
5865
<p><strong>Note</strong> : This endpoint is deprecated. Please use <code class="docutils literal notranslate"><span class="pre">/api/v2/dora/failure</span></code> instead.</p>
5866
-
<p>Use this API endpoint to provide failure data for DORA metrics.</p>
5866
+
<p>Use this API endpoint to provide failure data.</p>
<li><p><strong>custom_tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – A list of user-defined tags. The tags must follow the <code class="docutils literal notranslate"><span class="pre">key:value</span></code> pattern. Up to 100 may be added per event.</p></li>
40689
40689
<li><p><strong>env</strong> (<em>str</em><em>, </em><em>optional</em>) – Environment name to where the service was deployed.</p></li>
40690
-
<li><p><strong>finished_at</strong> (<em>int</em>) – Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.</p></li>
40690
+
<li><p><strong>finished_at</strong> (<em>int</em>) – Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds.</p></li>
40691
40691
<li><p><strong>git</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.dora_git_info.DORAGitInfo" title="datadog_api_client.v2.model.dora_git_info.DORAGitInfo"><em>DORAGitInfo</em></a><em>, </em><em>optional</em>) – Git info for DORA Metrics events.</p></li>
0 commit comments