Skip to content

Commit ea4f3b6

Browse files
authored
Merge pull request MicrosoftDocs#36745 from sbonds/patch-1
Minor fixes to the description of timeframes
2 parents f474210 + f6355c8 commit ea4f3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/data-ingestion-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Ingestion time may vary for different resources under different circumstances. Y
8484
### Ingestion latency delays
8585
You can measure the latency of a specific record by comparing the result of the [ingestion_time()](/azure/kusto/query/ingestiontimefunction) function to the _TimeGenerated_ property. This data can be used with various aggregations to find how ingestion latency behaves. Examine some percentile of the ingestion time to get insights for large amount of data.
8686

87-
For example, the following query will show you which computers had the highest ingestion time over the current day:
87+
For example, the following query will show you which computers had the highest ingestion time over the prior 8 hours:
8888

8989
``` Kusto
9090
Heartbeat
@@ -95,7 +95,7 @@ Heartbeat
9595
| top 20 by percentile_E2EIngestionLatency_95 desc
9696
```
9797

98-
If you want to drill down on the ingestion time for a specific computer over a period of time, use the following query which also visualizes the data in a graph:
98+
If you want to drill down on the ingestion time for a specific computer over a period of time, use the following query which also visualizes the data from the past day in a graph:
9999

100100
``` Kusto
101101
Heartbeat

0 commit comments

Comments
 (0)