Skip to content

Commit c248c4e

Browse files
authored
Update azure-cosmos-db-for-postgresql.md
1 parent 08babc3 commit c248c4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations/microsoft-azure/azure-cosmos-db-for-postgresql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you configure the event hubs source or HTTP source, plan your source catego
4747

4848
### Configure Field Extraction Rules
4949

50-
Create the following Field Extraction Rules (FER) for Azure Storage by following the instructions in the [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/). Create the below rules if they are not present.
50+
Create the following Field Extraction Rules (FER) for Azure Storage by following the instructions in the [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/). Create the rules below if they are not present.
5151

5252
#### Azure location extraction FER
5353

@@ -89,7 +89,7 @@ Create the following Field Extraction Rules (FER) for Azure Storage by following
8989

9090
### Configure metric rules
9191

92-
Create the following metrics rules by following the instructions in [Create a metrics rule](/docs/metrics/metric-rules-editor/#create-a-metrics-rule). Create the below rules if they are not present.
92+
Create the following metrics rules by following the instructions in [Create a metrics rule](/docs/metrics/metric-rules-editor/#create-a-metrics-rule). Create the rules below if they are not present.
9393

9494
#### Azure observability metadata extraction flexible PostgreSQL server level
9595

@@ -117,7 +117,7 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
117117
1. Create hosted collector and tag `tenant_name` field. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />
118118
2. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
119119
1. [Configure and deploy the ARM Template](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-2-configure-azure-resources-using-arm-template).
120-
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform below steps for each Flexible PostgreSQL Server resource that you want to monitor.
120+
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform the steps below for each Flexible PostgreSQL Server resource that you want to monitor.
121121
1. Choose `Stream to an event hub` as destination.
122122
1. Select `AllMetrics`.
123123
1. Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name. <br/><img src={useBaseUrl('img/send-data/export-metrics-diagnostic-settings-cosmosdbforpostgresql.png')} alt="Azure flexible postgresql server metrics" style={{border: '1px solid gray'}} width="800" />
@@ -132,7 +132,7 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
132132
1. Choose **Stream to an event hub** as the destination.
133133
1. Select `allLogs`.
134134
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/send-data/export-logs-diagnostic-settings-cosmosdbforpostgresql.png')} alt="Azure flexible postgresql server logs" style={{border: '1px solid gray'}} width="800" />
135-
3. Set server parameters as below:
135+
3. Set server parameters as given below:
136136
- `log_statement`. Select **DDL**.
137137
- `log_lock_waits`. Set to **ON**. If required, you can also configure `deadlock_timeout`.
138138
- `log_connections`. Set to **ON**.

0 commit comments

Comments
 (0)