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
Copy file name to clipboardExpand all lines: articles/azure-monitor/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: overview
5
5
ms.custom:
6
6
author: rboucher
7
7
ms.author: robb
8
-
ms.date: 03/01/2023
8
+
ms.date: 03/20/2023
9
9
ms.reviewer: robb
10
10
---
11
11
# Azure Monitor overview
@@ -16,10 +16,10 @@ Azure Monitor collects and aggregates the data from every layer and component of
16
16
17
17
Azure Monitor also includes Azure Monitor SCOM Managed Instance, which allows you to move your on-premises System Center Operation Manager (Operations Manager) installation to the cloud in Azure.
18
18
19
-
Use Azure Monitor to monitor these types of resources in Azure, other clouds, or on-premises:
20
-
- Applications
19
+
Use Azure Monitor to monitor these types of resources in Azure, other clouds, or on-premises:
20
+
- Applications
21
21
- Virtual machines
22
-
- Guest operating systems
22
+
- Guest operating systems
23
23
- Containers including Prometheus metrics
24
24
- Databases
25
25
- Security events in combination with Azure Sentinel
@@ -84,7 +84,6 @@ Azure Monitor stores data in data stores for each of the pillars of observabilit
84
84
85
85
Click on the picture to see a larger version of the data platform diagram in context.
86
86
87
-
88
87
|Pillar of Observability/<br>Data Store|Description|
89
88
|---------|---------|
90
89
|[Azure Monitor Metrics](essentials/data-platform-metrics.md)|Metrics are numerical values that describe an aspect of a system at a particular point in time. [Azure Monitor Metrics](./essentials/data-platform-metrics.md) is a time-series database, optimized for analyzing time-stamped data. Azure Monitor collects metrics at regular intervals. Metrics are identified with a timestamp, a name, a value, and one or more defining labels. They can be aggregated using algorithms, compared to other metrics, and analyzed for trends over time. It supports native Azure Monitor metrics and [Prometheus metrics](essentials/prometheus-metrics-overview.md).|
@@ -113,7 +112,8 @@ Click on the picture to see a larger version of the data collection diagram in c
113
112
|Internal| Data is automatically sent to a destination without user configuration. |
114
113
|[Diagnostic settings](essentials/diagnostic-settings.md)|Use diagnostic settings to determine where to send resource log and activity log data on the data platform.|
115
114
|[Azure Monitor REST API](logs/logs-ingestion-api-overview.md)|The Logs Ingestion API in Azure Monitor lets you send data to a Log Analytics workspace in Azure Monitor Logs. You can also send metrics into the Azure Monitor Metrics store using the custom metrics API.|
116
-
|Event hubs| See Event hubs in the [Integrate](#integrate) section below. This is a common way to route data sources monitoring data to other non-Microsoft tools. |
115
+
116
+
A common way to route monitoring data to other non-Microsoft tools is using *Event hubs*. See more in the [Integrate](#integrate) section below. |
117
117
118
118
For detailed information about data collection, see [data collection](./best-practices-data-collection.md).
119
119
@@ -188,7 +188,7 @@ Alert rules use action groups, which can perform actions like sending email or S
**[Azure Logic Apps](../logic-apps/logic-apps-overview.md)** is a service where you can create and run automated workflows with little to no code. While not a part of the Azure Monitor product, it's a core part of the story. You can use Logic Apps to [customize responses and perform other actions in response to to Azure Monitor alerts](alerts/alerts-logic-apps.ms). You can also use Logic Apps to perform other [more complex actions](logs/logicapp-flow-connector.md) if the Azure Monitor infrastructure doesn't have a built-it method.
191
+
**[Azure Logic Apps](../logic-apps/logic-apps-overview.md)** is a service where you can create and run automated workflows with little to no code. While not a part of the Azure Monitor product, it's a core part of the story. You can use Logic Apps to [customize responses and perform other actions in response to to Azure Monitor alerts](alerts/alerts-logic-apps.md). You can also use Logic Apps to perform other [more complex actions](logs/logicapp-flow-connector.md) if the Azure Monitor infrastructure doesn't have a built-it method.
0 commit comments