Skip to content

Commit 10451d7

Browse files
authored
Add postgres monitoring documentation
1 parent 760faa1 commit 10451d7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Once your logs are uploaded, you should be able to query them using the log quer
248248
2. Select Logs in the left panel.
249249
3. Select Get Started (or select the links on the Getting Started page to learn more about Log Analytics if you are new to it).
250250
4. Follow the tutorial to learn more about Log Analytics if this is your first time using Log Analytics.
251-
5. Expand Custom Logs at the bottom of the list of tables and you will see a table called 'sql_instance_logs_CL'.
251+
5. Expand Custom Logs at the bottom of the list of tables and you will see a table called 'sql_instance_logs_CL' or 'postgresInstances_postgresql_logs_CL'.
252252
6. Select the 'eye' icon next to the table name.
253253
7. Select the 'View in query editor' button.
254254
8. You'll now have a query in the query editor that will show the most recent 10 events in the log.

articles/azure-arc/data/upload-metrics-and-logs-to-azure-monitor.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.topic: how-to
1616

1717
Periodically, you can export out usage information for billing purposes, monitoring metrics, and logs and then upload it to Azure. The export and upload of any of these three types of data will also create and update the data controller, and SQL managed instance resources in Azure.
1818

19-
> [!NOTE]
20-
> At this time, you can't upload usage data, metrics, or logs for Azure Arc-enabled PostgreSQL server preview.
21-
2219
Before you can upload usage data, metrics, or logs you need to:
2320

2421
* Install tools

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ To view your metrics, navigate to the [Azure portal](https://portal.azure.com).
209209

210210
You can view CPU utilization on the Overview page or if you want more detailed metrics you can click on metrics from the left navigation panel
211211

212-
Choose sql server as the metric namespace:
212+
Choose sql server or postgres as the metric namespace.
213213

214-
Select the metric you want to visualize (you can also select multiple):
214+
Select the metric you want to visualize (you can also select multiple).
215215

216-
Change the frequency to last 30 minutes:
216+
Change the frequency to last 30 minutes.
217217

218218
> [!NOTE]
219219
> You can only upload metrics only for the last 30 minutes. Azure Monitor rejects metrics older than 30 minutes.

0 commit comments

Comments
 (0)