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: api_docs/v1/UsageLogsHour.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Name | Type | Description | Notes
11
11
**hour** | **OffsetDateTime** | The hour for the usage. | [optional]
12
12
**indexedEventsCount** | **Long** | Contains the number of log events indexed. | [optional]
13
13
**ingestedEventsBytes** | **Long** | Contains the number of log bytes ingested. | [optional]
14
+
**logsLiveIndexedCount** | **Long** | Contains the number of live log events indexed (data available as of December 1, 2020). | [optional]
15
+
**logsLiveIngestedBytes** | **Long** | Contains the number of live log bytes ingested (data available as of December 1, 2020). | [optional]
16
+
**logsRehydratedIndexedCount** | **Long** | Contains the number of rehydrated log events indexed (data available as of December 1, 2020). | [optional]
17
+
**logsRehydratedIngestedBytes** | **Long** | Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020). | [optional]
Copy file name to clipboardExpand all lines: api_docs/v1/UsageSummaryResponse.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,17 @@ Name | Type | Description | Notes
28
28
**infraHostTop99pSum** | **Long** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current months for all organizations. | [optional]
29
29
**ingestedEventsBytesAggSum** | **Long** | Shows the sum of all log bytes ingested over all hours in the current months for all organizations. | [optional]
30
30
**lastUpdated** | **OffsetDateTime** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]
31
+
**liveIndexedEventsAggSum** | **Long** | Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
32
+
**liveIngestedBytesAggSum** | **Long** | Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
31
33
**mobileRumSessionCountAggSum** | **Long** | Shows the sum of all mobile RUM Sessions over all hours in the current months for all organizations. | [optional]
32
34
**mobileRumSessionCountAndroidAggSum** | **Long** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current months for all organizations. | [optional]
33
35
**mobileRumSessionCountIosAggSum** | **Long** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current months for all organizations. | [optional]
34
36
**netflowIndexedEventsCountAggSum** | **Long** | Shows the sum of all Network flows indexed over all hours in the current months for all organizations. | [optional]
35
37
**npmHostTop99pSum** | **Long** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current months for all organizations. | [optional]
36
38
**profilingContainerAgentCountAvg** | **Long** | Shows the average number of profiled containers over all hours in the current months for all organizations. | [optional]
37
39
**profilingHostCountTop99pSum** | **Long** | Shows the 99th percentile of all profiled hosts over all hours in the current months for all organizations. | [optional]
40
+
**rehydratedIndexedEventsAggSum** | **Long** | Shows the sum of all rehydrated logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
41
+
**rehydratedIngestedBytesAggSum** | **Long** | Shows the sum of all rehydrated logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
38
42
**rumSessionCountAggSum** | **Long** | Shows the sum of all browser RUM Sessions over all hours in the current months for all organizations. | [optional]
39
43
**rumTotalSessionCountAggSum** | **Long** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current months for all organizations. | [optional]
40
44
**startDate** | **OffsetDateTime** | Shows the first date of usage in the current months for all organizations. | [optional]
0 commit comments