Skip to content

Commit 5d41808

Browse files
committed
Update limitation since DCE now supports Azure Monitor Workspace
1 parent 6547214 commit 5d41808

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-monitor/essentials/data-collection-endpoint-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This table describes the components of a data collection endpoint, related regio
3535
| Component | Description | Regionality considerations |Data collection rule configuration |
3636
|:---|:---|:---|:---|
3737
| Logs ingestion endpoint | The endpoint that ingests logs into the data ingestion pipeline. Azure Monitor transforms the data and sends it to the defined destination Log Analytics workspace and table based on a DCR ID sent with the collected data.<br>Example: `<unique-dce-identifier>.<regionname>-1.ingest`. |Same region as the destination Log Analytics workspace. |Set on the **Basics** tab when you create a data collection rule using the portal. |
38+
| Metrics ingestion endpoint | The endpoint that ingests metrics into the data ingestion pipeline. Azure Monitor transforms the data and sends it to the defined destination Azure Monitor workspace and table based on a DCR ID sent with the collected data.<br>Example: `<unique-dce-identifier>.<regionname>-1.metrics.ingest`. |Same region as the destination Azure Monitor workspace. |Set on the **Basics** tab when you create a data collection rule using the portal. |
3839
| Configuration access endpoint | The endpoint from which Azure Monitor Agent retrieves data collection rules (DCRs).<br>Example: `<unique-dce-identifier>.<regionname>-1.handler.control`. | Same region as the monitored resources. | Set on the **Resources** tab when you create a data collection rule using the portal.|
3940

4041

@@ -109,6 +110,9 @@ The sample data collection endpoint (DCE) below is for virtual machines with Azu
109110
"logsIngestion": {
110111
"endpoint": "https://mycollectionendpoint-abcd.eastus-1.ingest.monitor.azure.com"
111112
},
113+
"metricsIngestion": {
114+
"endpoint": "https://mycollectionendpoint-abcd.eastus-1.metrics.ingest.monitor.azure.com"
115+
},
112116
"networkAcls": {
113117
"publicNetworkAccess": "Disabled"
114118
}
@@ -127,7 +131,7 @@ The sample data collection endpoint (DCE) below is for virtual machines with Azu
127131

128132
## Limitations
129133

130-
- Data collection endpoints only support Log Analytics workspaces as a destination for collected data. [Custom metrics (preview)](../essentials/metrics-custom-overview.md) collected and uploaded via Azure Monitor Agent aren't currently controlled by DCEs.
134+
- Data collection endpoints only support Log Analytics workspaces and Azure Monitor Workspace as destinations for collected data. [Custom metrics (preview)](../essentials/metrics-custom-overview.md) collected and uploaded via Azure Monitor Agent aren't currently controlled by DCEs.
131135

132136

133137
## Next steps

0 commit comments

Comments
 (0)