Skip to content

Commit b636579

Browse files
committed
changes in export metrics
1 parent 88d9c24 commit b636579

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

articles/data-explorer/using-metrics.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
66
ms.reviewer: gabil
77
ms.service: data-explorer
88
ms.topic: conceptual
9-
ms.date: 01/14/2020
9+
ms.date: 01/19/2020
1010
---
1111

1212
# Monitor Azure Data Explorer performance, health, and usage with metrics
@@ -67,11 +67,11 @@ Export health and performance metrics track the general health and performance o
6767

6868
**Metric** | **Unit** | **Aggregation** | **Metric description**
6969
|---|---|---|---|
70-
Continuous export – num of exported records | Count | Sum | Total number of records exported from the cluster. |
71-
Continuous export Max Lateness Minutes | Count | Max | \\Max value of exported lateness in minutes.|
72-
Continuous export Pending Count | Count | Max | Max value of pending export operations.
73-
Continuous export result | Count | Count | Total number of continuous export operations \\by result. \\It includes a continuous export name, database
74-
Export utilization | Percent | Max | \\Export usage of defined slot for export operations in percentage.
70+
Continuous export - number of exported records | Count | Sum | Total number of records exported from the cluster. |
71+
Continuous export max lateness minutes | Count | Max | Max value in minutes of exported records.|
72+
Continuous export pending count | Count | Max | Max value of pending export operations.
73+
Continuous export result | Count | Count | Total number of continuous export operations, by result. Metric includes a continuous export name and database.
74+
Export utilization | Percent | Max | Usage of defined slot for export operations.
7575
| | | | |
7676

7777
### Ingestion health and performance metrics
@@ -92,7 +92,7 @@ Query performance metrics track query duration and total number of concurrent or
9292

9393
**Metric** | **Unit** | **Aggregation** | **Metric description**
9494
|---|---|---|---|
95-
| Query duration | \\Seconds or \\Milliseconds | Avg, Min, Max, Sum | Total time until query results are received (doesn't include network latency). |
95+
| Query duration | Milliseconds | Avg, Min, Max, Sum | Total time until query results are received (doesn't include network latency). |
9696
| 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. |
9797
| 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 concurrent query policy. |
9898
| | | | |
@@ -103,12 +103,10 @@ Streaming ingest metrics track streaming ingestion data and request rate, durati
103103

104104
**Metric** | **Unit** | **Aggregation** | **Metric description**
105105
|---|---|---|---|
106-
Streaming Ingest Data Rate | Count | Avg, Max, Min
107-
\\RateRequestsPerSecond | | Total volume of data ingested to the cluster. |
108-
Streaming Ingest Duration Count
109-
\\Milliseconds | Avg, Max, Min | Total request duration of all streaming ingest requests. |
110-
Streaming Ingest Request Rate | Count | Count, Avg, Max, Min, Sum | Total number of streaming ingest requests. |
111-
Streaming Ingest Result | Count | Avg | Total number of Streaming Ingest requests by result type. |
106+
Streaming Ingest Data Rate | Count | RateRequestsPerSecond | | Total volume of data ingested to the cluster. |
107+
Streaming Ingest Duration | Milliseconds | Avg, Max, Min | Total duration of all streaming ingestion requests. |
108+
Streaming Ingest Request Rate | Count | Count, Avg, Max, Min, Sum | Total number of streaming ingestion requests. |
109+
Streaming Ingest Result | Count | Avg | Total number of streaming ingestion requests by result type. |
112110
| | | | |
113111

114112
Additional information about [supported Azure Data Explorer cluster metrics](/azure/azure-monitor/platform/metrics-supported#microsoftkustoclusters)

0 commit comments

Comments
 (0)