Skip to content

Commit f7671be

Browse files
Merge pull request #21474 from brnhensley/patch-35
chore: nrql formatting update
2 parents 7cf4236 + 9e7e5aa commit f7671be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/content/docs/cci/financial-intelligence/nrql-for-cci.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Integrate support for querying events through the NRQL interface, enhancing your
1818
<th>Description</th>
1919
</tr>
2020
<tr>
21-
<td>CloudCost</td>
21+
<td>`CloudCost`</td>
2222
<td>CCI Summary Event</td>
2323
</tr>
2424
<tr>
25-
<td>KubernetesCost</td>
25+
<td>`KubernetesCost`</td>
2626
<td>K8s Event</td>
2727
</tr>
2828
<tr>
29-
<td>CloudCostEstimate</td>
29+
<td>`CloudCostEstimate`</td>
3030
<td>Real-Time Event</td>
3131
</tr>
3232
</table>
@@ -46,7 +46,7 @@ Let us consider the following NRQL query to understand how to query your data fo
4646
In New Relic, click **Integrations & Agents** on the left panel, locate and select **Cloud Cost Intelligence > Budgets**. Open the bottom Query Console drawer and enter the following NRQL query:
4747

4848
```sql
49-
FROM CloudCost select * since 24 hours ago
49+
FROM CloudCost SELECT * SINCE 24 hours ago
5050
```
5151

5252
<table>
@@ -219,7 +219,7 @@ Let us consider the following NRQL query to understand how to query your data fo
219219
In New Relic, click **Integrations & Agents** on the left panel, locate and select **Cloud Cost Intelligence > Budgets**. Open the bottom Query Console drawer and enter the following NRQL query:
220220

221221
```sql
222-
FROM KubernetesCost SELECT * since 1 week ago
222+
FROM KubernetesCost SELECT * SINCE 1 week ago
223223
```
224224
<table>
225225
<tr>
@@ -719,7 +719,7 @@ Let us consider the following NRQL query to understand how to query your data fo
719719
>
720720

721721
```sql
722-
FROM CloudCostEstimate SELECT * since 24 hours ago
722+
FROM CloudCostEstimate SELECT * SINCE 24 hours ago
723723
```
724724
<table>
725725
<tr>
@@ -910,7 +910,7 @@ Let us consider the following NRQL query to understand how to query your data fo
910910
- [`AND`](/docs/nrql/nrql-syntax-clauses-functions/#sel-where)
911911
- [`OR`](/docs/nrql/nrql-syntax-clauses-functions/#sel-where)
912912
- [`NOT IN`](/docs/nrql/nrql-syntax-clauses-functions/#sel-where)
913-
- [`<, <=, >, >=, !=`](/docs/nrql/nrql-syntax-clauses-functions/#sel-where)
913+
- [`<`, `<=`, `>`, `>=`, `!=`](/docs/nrql/nrql-syntax-clauses-functions/#sel-where)
914914
- [`DATEOF()`](/docs/nrql/nrql-syntax-clauses-functions/#sel-timezone)
915915
- [`HOUROF()`](https://docs.newrelic.com/docs/nrql/nrql-syntax-clauses-functions/#func-minOf)
916916
- [`UNIQUES()`](/docs/nrql/nrql-syntax-clauses-functions/#func-uniques)
@@ -919,8 +919,8 @@ Let us consider the following NRQL query to understand how to query your data fo
919919
- [`UNTIL`](/docs/nrql/nrql-syntax-clauses-functions/#sel-until)
920920
- [`TIMESERIES`](/docs/nrql/nrql-syntax-clauses-functions/#sel-timeseries)
921921
- [`COMPARE WITH`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare)
922-
- [`TIMESERIES… FACET…`](/docs/nrql/nrql-syntax-clauses-functions/#func-dimensions)
922+
- [`TIMESERIES…` `FACET…`](/docs/nrql/nrql-syntax-clauses-functions/#func-dimensions)
923923
- [`TIMESERIES…COMPARE WITH…`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare)
924-
- [`COMPARE WITH…FACET..`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare)
924+
- [`COMPARE WITH…FACET`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare)
925925
</Collapser>
926-
</CollapserGroup>
926+
</CollapserGroup>

0 commit comments

Comments
 (0)