Skip to content

Commit a567b74

Browse files
committed
Move resource log schema
1 parent 64da440 commit a567b74

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

articles/stream-analytics/cicd-autoscale.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,7 @@ If you have a working Stream Analytics project on the local machine, follow thes
8787
8888
![Screenshot that shows autoscale files generated after configuration of autoscale.](./media/cicd-autoscale/configure-autoscale.png)
8989
90-
Here's the list of metrics that you can use to define autoscale rules:
91-
92-
|Metric | Description |
93-
|------------------------------|-------------------|
94-
|`ProcessCPUUsagePercentage` | CPU utilization percentage |
95-
|`ResourceUtilization` | SU or memory utilization percentage |
96-
|`OutputWatermarkDelaySeconds` | Watermark delay |
97-
|`InputEventsSourcesBacklogged` | Backlogged input events |
98-
|`DroppedOrAdjustedEvents` | Out-of-order events |
99-
|`Errors` | Runtime errors |
100-
|`InputEventBytes` | Input event bytes |
101-
|`LateInputEvents` | Late input events |
102-
|`InputEvents` | Input events |
103-
|`EarlyInputEvents` | Early input events |
104-
|`InputEventsSourcesPerSecond` | Input sources received |
105-
|`OutputEvents` | Output events |
106-
|`AMLCalloutRequests` | Function requests |
107-
|`AMLCalloutFailedRequests` | Failed function requests |
108-
|`AMLCalloutInputEvents` | Function events |
109-
|`ConversionErrors` | Data conversion errors |
110-
|`DeserializationError` | Input deserialization error |
90+
For a list of metrics that you can use to define autoscale rules, see [Supported metrics for Microsoft.StreamAnalytics/streamingjobs](monitor-azure-stream-analytics-reference.md#supported-metrics-for-microsoftstreamanalyticsstreamingjobs).
11191
11292
The default value for all metric thresholds is `70`. If you want to set the metric threshold to another number, open the *\*.AutoscaleSettingTemplate.parameters.json* file and change the `Threshold` value.
11393

articles/stream-analytics/monitor-azure-stream-analytics-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ The following table lists the metrics available for the Microsoft.StreamAnalytic
5757
### Supported resource logs for Microsoft.StreamAnalytics/streamingjobs
5858
[!INCLUDE [microsoft-streamanalytics-streamingjobs-logs-include](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-streamanalytics-streamingjobs-logs-include.md)]
5959

60-
For the resource logs schema and properties for data errors and events, see [Resource logs schema](stream-analytics-job-diagnostic-logs.md#resource-logs-schema).
60+
### Resource logs schema
61+
62+
[!INCLUDE [resource-logs-schema](./includes/resource-logs-schema.md)]
6163

6264
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
6365

articles/stream-analytics/stream-analytics-job-diagnostic-logs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ Turning on resource logs and sending them to Azure Monitor logs is highly recomm
7272

7373
[!INCLUDE [resource-logs](./includes/resource-logs.md)]
7474

75-
## Resource logs schema
76-
77-
[!INCLUDE [resource-logs-schema](./includes/resource-logs-schema.md)]
75+
All logs are stored in JSON format. To learn about the schema for resource logs, see [Resource logs schema](monitor-azure-stream-analytics-reference.md#resource-logs-schema).
7876

7977
## Next steps
8078

0 commit comments

Comments
 (0)