Skip to content

Commit

Permalink
Fix logs aggregate integer facets (#1812)
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> 4c58cda
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jan 5, 2023
1 parent 9bdaa85 commit 84b1ab7
Show file tree
Hide file tree
Showing 5 changed files with 1,579 additions and 1,579 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12880,10 +12880,10 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>



<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.GetBy">func (o *LogsAggregateBucket) GetBy() map[string]string</a></dd>
<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.GetBy">func (o *LogsAggregateBucket) GetBy() map[string]interface{}</a></dd>


<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.GetByOk">func (o *LogsAggregateBucket) GetByOk() (*map[string]string, bool)</a></dd>
<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.GetByOk">func (o *LogsAggregateBucket) GetByOk() (*map[string]interface{}, bool)</a></dd>


<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.GetComputes">func (o *LogsAggregateBucket) GetComputes() map[string]LogsAggregateBucketValue</a></dd>
Expand All @@ -12901,7 +12901,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.MarshalJSON">func (o LogsAggregateBucket) MarshalJSON() ([]byte, error)</a></dd>


<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.SetBy">func (o *LogsAggregateBucket) SetBy(v map[string]string)</a></dd>
<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.SetBy">func (o *LogsAggregateBucket) SetBy(v map[string]interface{})</a></dd>


<dd>&nbsp; &nbsp; <a href="#LogsAggregateBucket.SetComputes">func (o *LogsAggregateBucket) SetComputes(v map[string]LogsAggregateBucketValue)</a></dd>
Expand Down Expand Up @@ -98256,7 +98256,7 @@ <h2 id="LogsAggregateBucket">type <a href="https://github.com/DataDog/datadog-ap

<pre>type LogsAggregateBucket struct {
<span class="comment">// The key, value pairs for each group by</span>
<span id="LogsAggregateBucket.By"></span> By map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;by,omitempty&#34;`
<span id="LogsAggregateBucket.By"></span> By map[<a href="https://pkg.go.dev/builtin/#string">string</a>]interface{} `json:&#34;by,omitempty&#34;`
<span class="comment">// A map of the metric name -&gt; value for regular compute or list of values for a timeseries</span>
<span id="LogsAggregateBucket.Computes"></span> Computes map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="#LogsAggregateBucketValue">LogsAggregateBucketValue</a> `json:&#34;computes,omitempty&#34;`
<span id="LogsAggregateBucket.UnparsedObject"></span> <span class="comment">// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct</span>
Expand Down Expand Up @@ -98311,7 +98311,7 @@ <h3 id="LogsAggregateBucket.GetBy">func (*LogsAggregateBucket) <a href="https://


</h3>
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) GetBy() map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="https://pkg.go.dev/builtin/#string">string</a></pre>
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) GetBy() map[<a href="https://pkg.go.dev/builtin/#string">string</a>]interface{}</pre>
<p>GetBy returns the By field value if set, zero value otherwise.


Expand All @@ -98324,7 +98324,7 @@ <h3 id="LogsAggregateBucket.GetByOk">func (*LogsAggregateBucket) <a href="https:


</h3>
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) GetByOk() (*map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="https://pkg.go.dev/builtin/#string">string</a>, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) GetByOk() (*map[<a href="https://pkg.go.dev/builtin/#string">string</a>]interface{}, <a href="https://pkg.go.dev/builtin/#bool">bool</a>)</pre>
<p>GetByOk returns a tuple with the By field value if set, nil otherwise
and a boolean to check if the value has been set.

Expand Down Expand Up @@ -98404,8 +98404,8 @@ <h3 id="LogsAggregateBucket.SetBy">func (*LogsAggregateBucket) <a href="https://


</h3>
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) SetBy(v map[<a href="https://pkg.go.dev/builtin/#string">string</a>]<a href="https://pkg.go.dev/builtin/#string">string</a>)</pre>
<p>SetBy gets a reference to the given map[string]string and assigns it to the By field.
<pre>func (o *<a href="#LogsAggregateBucket">LogsAggregateBucket</a>) SetBy(v map[<a href="https://pkg.go.dev/builtin/#string">string</a>]interface{})</pre>
<p>SetBy gets a reference to the given map[string]interface{} and assigns it to the By field.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">12002</td>
<td></td>
<td align="left">2023-01-05 16:24:38.282305678 +0000 UTC</td>
<td align="left">2023-01-05 16:57:59.813845305 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17477</td>
<td></td>
<td align="left">2023-01-05 16:24:38.282305678 +0000 UTC</td>
<td align="left">2023-01-05 16:57:59.813845305 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2023-01-05 16:24:38.286305663 +0000 UTC</td>
<td align="left">2023-01-05 16:57:59.813845305 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">11332</td>
<td></td>
<td align="left">2023-01-05 16:24:38.286305663 +0000 UTC</td>
<td align="left">2023-01-05 16:57:59.813845305 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2023-01-05 16:24:38.286305663 +0000 UTC</td>
<td align="left">2023-01-05 16:57:59.813845305 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 84b1ab7

Please sign in to comment.