Skip to content

Commit 0041ca2

Browse files
Merge pull request #2451 from MicrosoftDocs/main638681543586493770sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c8156c3 + 1891144 commit 0041ca2

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

data-explorer/kusto/api/connection-strings/storage-connection-strings.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Storage connection strings
33
description: This article describes storage connection strings.
44
ms.reviewer: shanisolomon
55
ms.topic: reference
6-
ms.date: 08/11/2024
6+
ms.date: 11/19/2024
77
---
88
# Storage connection strings
99

1010
> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]
1111
12-
The kusto service can interact with external storage services. For example, you can [create an Azure Storage external tables](../../management/external-tables-azure-storage.md) in order to query data stored on external storages.
12+
The Kusto service can interact with external storage services. For example, you can [create an Azure Storage external tables](../../management/external-tables-azure-storage.md) in order to query data stored on external storages.
1313

1414
The following types of external storage are supported:
1515

@@ -145,3 +145,10 @@ Use the [S3 presigned URL](https://docs.aws.amazon.com/AmazonS3/latest/userguide
145145
| Example |
146146
|--|
147147
| `"https://yourbucketname.s3.us-east-1.amazonaws.com/file.csv?12345678PRESIGNEDTOKEN"` |
148+
149+
## Related Content
150+
151+
For examples of how storage connection strings are used, see:
152+
153+
* [externaldata operator](../../query/externaldata-operator.md)
154+
* [Create and alter Azure Storage external tables](../../management/external-tables-azure-storage.md).

data-explorer/kusto/management/query-consistency-policy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Query consistency policy
33
description: Learn how to use the query consistency policy to control the consistency mode of queries.
44
ms.reviewer: yonil
55
ms.topic: reference
6-
ms.date: 08/11/2024
6+
ms.date: 11/20/2024
77
---
88
# Query consistency policy
99

@@ -47,6 +47,12 @@ The following limits are configurable:
4747
}
4848
```
4949

50+
::: moniker range="azure-data-explorer"
51+
## Monitoring
52+
53+
You can monitor the latency of the metadata snapshot age on nodes serving as weak consistency service heads by using the `Weak consistency latency` metric. For more information, see [Query metrics](/azure/data-explorer/using-metrics#query-metrics).
54+
::: moniker-end
55+
5056
## Related content
5157

5258
* [.show workload_group command](show-workload-group-command.md)

data-explorer/using-metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitor Azure Data Explorer performance, health & usage with metrics
33
description: Learn how to use Azure Data Explorer metrics to monitor the cluster's performance, health, and usage.
44
ms.reviewer: gabil
55
ms.topic: how-to
6-
ms.date: 09/10/2024
6+
ms.date: 11/20/2024
77
---
88

99
# Monitor Azure Data Explorer performance, health, and usage with metrics
@@ -131,6 +131,7 @@ Query performance metrics track query duration and total number of concurrent or
131131
| QueryResult | Count | Count | The total number of queries. | QueryStatus |
132132
| Total number of concurrent queries | Count | Avg, Max, Min, Sum | The number of queries run in parallel in the cluster. This metric is a good way to estimate the load on the cluster. | None |
133133
| Total number of throttled queries | Count | Avg, Max, Min, Sum | The number of throttled (rejected) queries in the cluster. The maximum number of concurrent (parallel) queries allowed is defined in the request rate limit policy. | None |
134+
| Weak consistency latency | Milliseconds | Avg, Max, Min | The age of the metadata snapshot used by nodes running the weak consistency service. | Database, Node |
134135

135136
## Materialized view metrics
136137

0 commit comments

Comments
 (0)