Skip to content

Commit

Permalink
Clarify DORA incident finished_at limitation (#2519)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> e7d8d9f
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jun 11, 2024
1 parent 4a6ecef commit 171be0e
Show file tree
Hide file tree
Showing 5 changed files with 2,412 additions and 2,412 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145273,7 +145273,7 @@ <h2 id="DORAIncidentRequestAttributes">type <a href="https://github.com/DataDog/
<pre>type DORAIncidentRequestAttributes struct {
<span class="comment">// Environment name that was impacted by the incident.</span>
<span id="DORAIncidentRequestAttributes.Env"></span> Env *<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;env,omitempty&#34;`
<span class="comment">// Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.</span>
<span class="comment">// Unix timestamp in nanoseconds when the incident finished. It should not be older than 1 hour.</span>
<span id="DORAIncidentRequestAttributes.FinishedAt"></span> FinishedAt *<a href="https://pkg.go.dev/builtin/#int64">int64</a> `json:&#34;finished_at,omitempty&#34;`
<span id="DORAIncidentRequestAttributes.Git"></span> <span class="comment">// Git info for DORA Metrics events.</span>
Git *<a href="#DORAGitInfo">DORAGitInfo</a> `json:&#34;git,omitempty&#34;`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14700</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17966</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">622</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">633</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -124,7 +124,7 @@ <h2>
<td></td>
<td align="right">12924</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -133,7 +133,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2024-06-10 18:56:58.276825381 +0000 UTC</td>
<td align="left">2024-06-11 14:27:47.69846652 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 171be0e

Please sign in to comment.