Skip to content

Commit 88d9c24

Browse files
committed
updates to using-metrics
1 parent 8bba20f commit 88d9c24

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/data-explorer/using-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Diagnostic logs are disabled by default. To enable diagnostic logs, do the follo
4747
1. Select **Name** for your diagnostic setting.
4848
1. Select one or more targets: a Storage account, Event Hub, or Log Analytics.
4949
1. Select logs to be collected: `SucceededIngestion` or `FailedIngestion`.
50-
1. Select [metrics](using-metrics.md) to be collected (optional).
50+
1. Select [metrics](using-metrics.md#supported-azure-data-explorer-metrics) to be collected (optional).
5151
1. Select **Save** to save the new diagnostic logs settings and metrics.
5252
1. Create a **New support request** in the Azure portal to request activation of diagnostic logs.
5353

articles/data-explorer/using-metrics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In the Metrics pane:
3333

3434
![Metrics pane](media/using-metrics/metrics-pane.png)
3535

36-
1. To create a metric chart, select **Metric** name and relevant **Aggregation** per metric as \\detailed below\\. The **Resource** and **Metric Namespace** pickers are pre-selected for your Azure Data Explorer cluster.
36+
1. To create a metric chart, select **Metric** name and relevant **Aggregation** per metric. The **Resource** and **Metric Namespace** pickers are pre-selected for your Azure Data Explorer cluster. For more information regarding different metrics see [supported Azure Data Explorer metrics](#supported-azure-data-explorer-metrics).
3737
1. Select the **Add metric** button to see multiple metrics plotted in the same chart.
3838
1. Select the **+ New chart** button to see multiple charts in one view.
3939
1. Use the time picker to change the time range (default: past 24 hours).
@@ -43,7 +43,7 @@ In the Metrics pane:
4343

4444
Additional information on using the [Metrics Explorer](/azure/azure-monitor/platform/metrics-getting-started).
4545

46-
## Supported Azure Data Explorer Metrics
46+
## Supported Azure Data Explorer metrics
4747

4848
The supported Azure Data Explorer Metrics are separated into various categories according to usage.
4949

@@ -88,7 +88,7 @@ Ingestion health and performance metrics track the general health and performanc
8888

8989
### Query performance
9090

91-
Query performance metrics track query duration and total number of concurrent or throttled queries
91+
Query performance metrics track query duration and total number of concurrent or throttled queries.
9292

9393
**Metric** | **Unit** | **Aggregation** | **Metric description**
9494
|---|---|---|---|
@@ -99,6 +99,8 @@ Query performance metrics track query duration and total number of concurrent or
9999

100100
### Streaming ingest metrics
101101

102+
Streaming ingest metrics track streaming ingestion data and request rate, duration, and results.
103+
102104
**Metric** | **Unit** | **Aggregation** | **Metric description**
103105
|---|---|---|---|
104106
Streaming Ingest Data Rate | Count | Avg, Max, Min
@@ -109,7 +111,7 @@ Streaming Ingest Request Rate | Count | Count, Avg, Max, Min, Sum | Total number
109111
Streaming Ingest Result | Count | Avg | Total number of Streaming Ingest requests by result type. |
110112
| | | | |
111113

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

114116

115117
## Next steps

0 commit comments

Comments
 (0)