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
Copy file name to clipboardExpand all lines: src/content/docs/cci/financial-intelligence/nrql-for-cci.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ Integrate support for querying events through the NRQL interface, enhancing your
18
18
<th>Description</th>
19
19
</tr>
20
20
<tr>
21
-
<td>CloudCost</td>
21
+
<td>`CloudCost`</td>
22
22
<td>CCI Summary Event</td>
23
23
</tr>
24
24
<tr>
25
-
<td>KubernetesCost</td>
25
+
<td>`KubernetesCost`</td>
26
26
<td>K8s Event</td>
27
27
</tr>
28
28
<tr>
29
-
<td>CloudCostEstimate</td>
29
+
<td>`CloudCostEstimate`</td>
30
30
<td>Real-Time Event</td>
31
31
</tr>
32
32
</table>
@@ -46,7 +46,7 @@ Let us consider the following NRQL query to understand how to query your data fo
46
46
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:
47
47
48
48
```sql
49
-
FROM CloudCost select*since24 hours ago
49
+
FROM CloudCost SELECT*SINCE24 hours ago
50
50
```
51
51
52
52
<table>
@@ -219,7 +219,7 @@ Let us consider the following NRQL query to understand how to query your data fo
219
219
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:
220
220
221
221
```sql
222
-
FROM KubernetesCost SELECT*since1 week ago
222
+
FROM KubernetesCost SELECT*SINCE1 week ago
223
223
```
224
224
<table>
225
225
<tr>
@@ -719,7 +719,7 @@ Let us consider the following NRQL query to understand how to query your data fo
719
719
>
720
720
721
721
```sql
722
-
FROM CloudCostEstimate SELECT*since24 hours ago
722
+
FROM CloudCostEstimate SELECT*SINCE24 hours ago
723
723
```
724
724
<table>
725
725
<tr>
@@ -910,7 +910,7 @@ Let us consider the following NRQL query to understand how to query your data fo
0 commit comments