Skip to content

Commit 3d60ab8

Browse files
authored
Merge pull request #233819 from MikeRayMSFT/20230407-postgres-monitoring
Add postgres monitoring documentation
2 parents d893876 + 58e3217 commit 3d60ab8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-arc/data/upload-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Once your logs are uploaded, you should be able to query them using the log quer
258258

259259
If you want to upload metrics and logs on a scheduled basis, you can create a script and run it on a timer every few minutes. Below is an example of automating the uploads using a Linux shell script.
260260

261-
In your favorite text/code editor, add the following script to the file and save as a script executable file - such as .sh for Linux/Mac, or .cmd, .bat, or .ps1 for Windows.
261+
In your favorite text/code editor, add the following script to the file and save as a script executable file - such as `.sh` (Linux/Mac), `.cmd`, `.bat`, or `.ps1` (Windows).
262262

263263
```azurecli
264264
az arcdata dc export --type logs --path logs.json --force --k8s-namespace arc

articles/azure-arc/data/upload-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have multiple sites that have Azure Arc data services, you can use Azure
2424

2525
## Upload metrics for Azure Arc data controller in **direct** mode
2626

27-
In the **direct** connected mode, metrics upload can only be setup in **automatic** mode. This automatic upload of metrics can be setup either during deployment of Azure Arc data controller or post deployment.
27+
In the **direct** connected mode, metrics upload can only be set up in **automatic** mode. This automatic upload of metrics can be set up either during deployment of Azure Arc data controller or post deployment.
2828
The Arc data services extension managed identity is used for uploading metrics. The managed identity needs to have the **Monitoring Metrics Publisher** role assigned to it.
2929

3030
> [!NOTE]
@@ -222,7 +222,7 @@ Change the frequency to last 30 minutes.
222222

223223
If you want to upload metrics and logs on a scheduled basis, you can create a script and run it on a timer every few minutes. Below is an example of automating the uploads using a Linux shell script.
224224

225-
In your favorite text/code editor, add the following script to the file and save as a script executable file such as .sh (Linux/Mac) or .cmd, .bat, .ps1.
225+
In your favorite text/code editor, add the following script to the file and save as a script executable file such as `.sh` (Linux/Mac), `.cmd`, `.bat`, or `.ps1`.
226226

227227
```azurecli
228228
az arcdata dc export --type metrics --path metrics.json --force --k8s-namespace arc

0 commit comments

Comments
 (0)