Skip to content

Commit

Permalink
Adds database queries enum (#2386)
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> f1975bd
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Feb 23, 2024
1 parent 2e99b30 commit 875f2f9
Show file tree
Hide file tree
Showing 5 changed files with 2,385 additions and 2,382 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139371,13 +139371,14 @@ <h2 id="MonitorFormulaAndFunctionEventsDataSource">type <a href="https://github.
<p>List of MonitorFormulaAndFunctionEventsDataSource.

<pre>const (
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_RUM">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_RUM</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;rum&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;ci_pipelines&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;ci_tests&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;audit&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;events&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;logs&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;spans&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_RUM">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_RUM</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;rum&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;ci_pipelines&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;ci_tests&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;audit&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;events&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;logs&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;spans&#34;
<span id="MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_DATABASE_QUERIES">MONITORFORMULAANDFUNCTIONEVENTSDATASOURCE_DATABASE_QUERIES</span> <a href="#MonitorFormulaAndFunctionEventsDataSource">MonitorFormulaAndFunctionEventsDataSource</a> = &#34;database_queries&#34;
)</pre>


Expand All @@ -139389,7 +139390,7 @@ <h2 id="MonitorFormulaAndFunctionEventsDataSource">type <a href="https://github.



<h3 id="NewMonitorFormulaAndFunctionEventsDataSourceFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L55">NewMonitorFormulaAndFunctionEventsDataSourceFromValue</a>
<h3 id="NewMonitorFormulaAndFunctionEventsDataSourceFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L57">NewMonitorFormulaAndFunctionEventsDataSourceFromValue</a>
<a class="permalink" href="#NewMonitorFormulaAndFunctionEventsDataSourceFromValue">&#xb6;</a>


Expand All @@ -139404,7 +139405,7 @@ <h3 id="NewMonitorFormulaAndFunctionEventsDataSourceFromValue">func <a href="htt



<h3 id="MonitorFormulaAndFunctionEventsDataSource.GetAllowedValues">func (*MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L38">GetAllowedValues</a>
<h3 id="MonitorFormulaAndFunctionEventsDataSource.GetAllowedValues">func (*MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L40">GetAllowedValues</a>
<a class="permalink" href="#MonitorFormulaAndFunctionEventsDataSource.GetAllowedValues">&#xb6;</a>


Expand All @@ -139417,7 +139418,7 @@ <h3 id="MonitorFormulaAndFunctionEventsDataSource.GetAllowedValues">func (*Monit



<h3 id="MonitorFormulaAndFunctionEventsDataSource.IsValid">func (MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L64">IsValid</a>
<h3 id="MonitorFormulaAndFunctionEventsDataSource.IsValid">func (MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L66">IsValid</a>
<a class="permalink" href="#MonitorFormulaAndFunctionEventsDataSource.IsValid">&#xb6;</a>


Expand All @@ -139430,7 +139431,7 @@ <h3 id="MonitorFormulaAndFunctionEventsDataSource.IsValid">func (MonitorFormulaA



<h3 id="MonitorFormulaAndFunctionEventsDataSource.Ptr">func (MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L74">Ptr</a>
<h3 id="MonitorFormulaAndFunctionEventsDataSource.Ptr">func (MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L76">Ptr</a>
<a class="permalink" href="#MonitorFormulaAndFunctionEventsDataSource.Ptr">&#xb6;</a>


Expand All @@ -139443,7 +139444,7 @@ <h3 id="MonitorFormulaAndFunctionEventsDataSource.Ptr">func (MonitorFormulaAndFu



<h3 id="MonitorFormulaAndFunctionEventsDataSource.UnmarshalJSON">func (*MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L43">UnmarshalJSON</a>
<h3 id="MonitorFormulaAndFunctionEventsDataSource.UnmarshalJSON">func (*MonitorFormulaAndFunctionEventsDataSource) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_monitor_formula_and_function_events_data_source.go#L45">UnmarshalJSON</a>
<a class="permalink" href="#MonitorFormulaAndFunctionEventsDataSource.UnmarshalJSON">&#xb6;</a>


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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17831</td>
<td></td>
<td align="left">2024-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +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-02-23 12:40:02.610991772 +0000 UTC</td>
<td align="left">2024-02-23 17:38:03.347487744 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 875f2f9

Please sign in to comment.