Skip to content

Commit 9d33ff3

Browse files
authored
Update azure-monitor-providers.md
1 parent e54d51c commit 9d33ff3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/virtual-machines/workloads/sap/azure-monitor-providers.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ To configure a High-availability cluster provider, two primary steps are involve
7575
## Provider type OS (Linux)
7676
Customers can configure one or more providers of provider type OS (Linux) to enable data collection from BareMetal or VM Node. The OS (Linux) provider connects to BareMetal or VM Nodes, using [Node_Exporter](https://github.com/prometheus/node_exporter) endpoint, pulls telemetry data from the Nodes and pushes it to Log Analytics workspace in the customer subscription. OS (Linux) provider collects data every 60 seconds for most of the metrics from Nodes.
7777

78-
In Private preview, customers can expect to see the following data with OS (Linux) provider:
79-
-CPU Usage, CPU Usage by Process
80-
-Disk Utilization, I/O Read & Write
81-
-Memory Distribution, Memory Usage, Swap Memory Usage
82-
-Network Usage, Network Inbound & outbound Traffic Details.
78+
In Public preview, customers can expect to see the following data with OS (Linux) provider:
79+
- CPU Usage, CPU Usage by Process
80+
- Disk Utilization, I/O Read & Write
81+
- Memory Distribution, Memory Usage, Swap Memory Usage
82+
- Network Usage, Network Inbound & outbound Traffic Details.
8383

8484
To configure an OS (Linux) provider, two primary steps are involved:
8585
1. Install [Node_Exporter](https://github.com/prometheus/node_exporter) on each BareMetal or VM Nodes.
@@ -92,9 +92,11 @@ To configure an OS (Linux) provider, two primary steps are involved:
9292
- Name. A name for this provider. It should be unique for this Azure Monitor for SAP solutions instance.
9393
- Node Exporter Endpoint. Usually http://<servername or ip address>:9100/metrics
9494

95-
Note:- 9100 is a Port Exposed for Node_Exporter Endpoint
95+
> [!NOTE]
96+
> 9100 is a Port Exposed for Node_Exporter Endpoint.
9697
97-
Warning:- Ensure Node Exporter keeps running after node reboot.
98+
> [!Warning]
99+
> Ensure Node Exporter keeps running after node reboot.
98100
99101

100102
## Provider type Microsoft SQL server

0 commit comments

Comments
 (0)