You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud applications are complex and have many moving parts. Monitors provide data to help ensure that your applications stay up and running in a healthy state. Monitors also help you avoid potential problems and troubleshoot past ones. You can use monitoring data to gain deep insights about your applications. This knowledge helps you improve application performance and maintainability. It also helps you automate actions that otherwise require manual intervention.
19
-
20
19
Azure Monitor provides base-level infrastructure metrics and logs for most Azure services. Azure diagnostic logs are emitted by a resource and provide rich, frequent data about the operation of that resource. Azure Data Factory (ADF) can write diagnostic logs in Azure Monitor.
21
-
22
20
For more information, see [Azure Monitor overview](../azure-monitor/overview.md).
23
21
24
22
## Keeping Azure Data Factory metrics and pipeline-run data
@@ -29,11 +27,11 @@ Data Factory stores pipeline-run data for only 45 days. Use Azure Monitor if you
29
27
***Event Hub**: Stream the logs to Azure Event Hubs. The logs become input to a partner service/custom analytics solution like Power BI.
30
28
***Log Analytics**: Analyze the logs with Log Analytics. The Data Factory integration with Azure Monitor is useful in the following scenarios:
31
29
* You want to write complex queries on a rich set of metrics that are published by Data Factory to Monitor. You can create custom alerts on these queries via Monitor.
32
-
* You want to monitor across data factories. You can route data from multiple data factories to a single Monitor workspace.
33
-
34
-
You can also use a storage account or event-hub namespace that isn't in the subscription of the resource that emits logs. The user who configures the setting must have appropriate Azure role-based access control (Azure RBAC) access to both subscriptions.
35
-
30
+
- You want to monitor across data factories. You can route data from multiple data factories to a single Monitor workspace.
31
+
***Partner Solution:** Diagnostic logs could be sent to Partner solutions through integration. For potential partner integrations, [click to learn more about partner integration.](/azure/partner-solutions/overview)
32
+
You can also use a storage account or event-hub namespace that isn't in the subscription of the resource that emits logs. The user who configures the setting must have appropriate Azure role-based access control (Azure RBAC) access to both subscriptions.
36
33
## Next steps
37
34
38
35
-[Azure Data Factory metrics and alerts](monitor-metrics-alerts.md)
39
36
-[Monitor and manage pipelines programmatically](monitor-programmatically.md)
0 commit comments