Skip to content

Commit

Permalink
Revert "[Monitor Query] Fix link (Azure#23925)"
Browse files Browse the repository at this point in the history
This reverts commit 404f21f.
  • Loading branch information
Zeze1184 committed Nov 23, 2022
1 parent 95a2c5d commit 8ee141f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/monitor/monitor-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ For examples of Logs and Metrics queries, see the [Examples](#examples) section.

### Logs query rate limits and throttling

The Log Analytics service applies throttling when the request rate is too high. Limits, such as the maximum number of rows returned, are also applied on the Kusto queries. For more information, see [Query API](https://learn.microsoft.com/azure/azure-monitor/service-limits#la-query-api).
The Log Analytics service applies throttling when the request rate is too high. Limits, such as the maximum number of rows returned, are also applied on the Kusto queries. For more information, see [Query API](https://docs.microsoft.com/azure/azure-monitor/service-limits#la-query-api).

### Metrics data structure

Each set of metric values is a time series with the following characteristics:
Expand Down Expand Up @@ -369,6 +370,8 @@ async function processTables(tablesFromResult: LogsTable[]) {

A full sample can be found [here](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/monitor/monitor-query/samples/v1/typescript/src/logsQueryBatch.ts).

For information on request throttling at the Log Analytics service level, see [Rate limits](https://dev.loganalytics.io/documentation/Using-the-API/Limits).

### Advanced logs query scenarios

#### Set logs query timeout
Expand Down

0 comments on commit 8ee141f

Please sign in to comment.