diff --git a/sdk/monitor/monitor-query/README.md b/sdk/monitor/monitor-query/README.md index fa801095034b..bd6628769a0f 100644 --- a/sdk/monitor/monitor-query/README.md +++ b/sdk/monitor/monitor-query/README.md @@ -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: @@ -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