You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-5g-core/monitor-private-5g-core-with-platform-metrics.md
+15-24Lines changed: 15 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: template-concept
13
13
14
14
*Platform metrics* are measurements over time collected from Azure resources and stored by [Azure Monitor Metrics](/azure/azure-monitor/essentials/data-platform-metrics). You can use the Azure Monitor Metrics Explorer to analyze metrics in the Azure portal, or query the Azure Monitor REST API for metrics to analyze with third-party monitoring tools.
15
15
16
-
Azure Private 5G Core platform metrics are collected per site and allow you to monitor key statistics relating to your deployment. For more information on which mobile network metrics are available, see [Supported metrics with Azure Monitor](/azure/azure-monitor/essentials/metrics-supported).
16
+
Azure Private 5G Core (AP5GC) platform metrics are collected per site and allow you to monitor key statistics relating to your deployment. See [Supported metrics with Azure Monitor](/azure/azure-monitor/essentials/metrics-supported#microsoftkubernetesconfigurationextensions) for the available AP5GC metrics. AP5GC metrics are included under *microsoft.kubernetesconfiguration/extensions*.
17
17
18
18
Once you create a **Mobile Network Site** resource, Azure Monitor automatically starts gathering metrics about the packet core instance. For more information on creating a mobile network site, see [Collect the required information for a site](collect-required-information-for-a-site.md).
19
19
@@ -25,50 +25,41 @@ If you want to retrieve metrics for analysis using your tool of choice or for lo
25
25
26
26
## Visualize metrics using the Azure portal
27
27
28
-
You can use the Azure portal to monitor your deployment's health and performance on the **Mobile Network Site** resource's **Overview** page.
28
+
You can use the Azure portal to monitor your deployment's health and performance on the **Packet Core Control Plane** resource's **Overview** page.
29
29
30
30
1. Sign in to the [Azure portal](https://portal.azure.com/).
31
-
1. Search for and select the **Mobile Network** resource representing the private mobile network.
32
-
33
-
:::image type="content" source="media/mobile-network-search.png" alt-text="Screenshot of the Azure portal. It shows the results of a search for a Mobile Network resource.":::
34
-
35
-
1. In the resource menu, select **Sites**.
36
-
1. Select the site you're interested in monitoring.
37
-
38
-
:::image type="content" source="media/mobile-network-sites.png" alt-text="Screenshot of the Azure portal showing the Sites view in the Mobile Network resource.":::
39
-
31
+
1. Search for and select the **Packet Core Control Plane** resource for the site you're interested in monitoring. For example:
32
+
1. Select **All resources**.
33
+
1. Enter *packet core control plane* into the filter text box.
34
+
1. Select the **Packet Core Control Plane** resource.
35
+
:::image type="content" source="media/packet-core-control-plane-filter.png" alt-text="Screenshot of the Azure portal showing the All resources page filtered to show Packet Core Control Plane resources only.":::
40
36
1. Select the **Monitoring** tab.
41
37
42
-
:::image type="content" source="media/platform-metrics-dashboard.png" alt-text="Screenshot of the Azure portal showing the Site resource's Monitoring tab.":::
38
+
:::image type="content" source="media/platform-metrics-dashboard.png" alt-text="Screenshot of the Azure portal showing the Packet Core Control Plane resource's Monitoring tab.":::
43
39
44
-
You should now see the Azure Monitor dashboards displaying important key performance indicators (KPIs), including the number of connected devices and session establishment failures.
40
+
You should now see the Azure Monitor dashboard displaying important key performance indicators (KPIs), including the number of connected devices and session establishment failures.
45
41
46
-
You can select individual dashboards to open an expanded view where you can specify details such as the graph's time range and time granularity. You can also create additional dashboards using the platform metrics available. For detailed information on interacting with the Azure Monitor graphics, see [Get started with metrics explorer](/azure/azure-monitor/essentials/metrics-getting-started).
42
+
You can select individual dashboard panes to open an expanded view where you can specify details such as the graph's time range and time granularity. You can also create additional dashboards using the platform metrics available. For detailed information on interacting with the Azure Monitor graphics, see [Get started with metrics explorer](/azure/azure-monitor/essentials/metrics-getting-started).
47
43
48
44
## Export metrics using the Azure portal
49
45
50
-
The platform metrics displayed in the **Mobile Network Site** resource combine information captured from two sources:
51
-
52
-
- The **Packet Core Control Plane** resource emits metrics relating to access, mobility and session management, such as registration and session establishment successes and failures.
53
-
- The **Packet Core Data Plane** resource emits metrics relating to the data plane, such as throughput and packet drops.
54
-
55
-
You can export the platform metrics from each of those resources to [Log Analytics workspace](/azure/azure-monitor/logs/workspace-design), [Azure Storage](/azure/storage/), [Azure Event Hubs](/azure/event-hubs/), and [Azure Monitor partner integrations](/azure/partner-solutions/overview).
46
+
You can export AP5GC platform metrics to [Log Analytics workspace](/azure/azure-monitor/logs/workspace-design), [Azure Storage](/azure/storage/), [Azure Event Hubs](/azure/event-hubs/), and [Azure Monitor partner integrations](/azure/partner-solutions/overview).
56
47
57
48
1. Navigate to the resource group containing your private mobile network.
58
-
1. Select either the site's **Packet Core Control Plane** or the **Packet Core Data Plane** resource, depending on the metrics you're interested in exporting.
49
+
1. Select the site's **Packet Core Control Plane**.
59
50
1. From the resource menu, select **Diagnostic settings**.
60
51
1. Select **Add diagnostic setting** to configure a rule for exporting your metrics. Refer to [Diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/diagnostic-settings?WT.mc_id=Portal-Microsoft_Azure_Monitoring&tabs=portal) for more details on adding and editing diagnostic settings.
61
52
62
53
## Retrieve metrics using the Azure Monitor REST API
63
54
64
-
In addition to the monitoring functionalities offered by the Azure portal, you can retrieve Azure Private 5G Core metrics using the [Azure Monitor REST API](/rest/api/monitor/). Once this data is retrieved, you may want to sava it in a separate data store that allows longer data retention, or use your tools of choice to monitor and analyze your deployment.
55
+
In addition to the monitoring functionalities offered by the Azure portal, you can retrieve Azure Private 5G Core metrics for other using the [Azure Monitor REST API](/rest/api/monitor/). Once this data is retrieved, you may want to sava it in a separate data store that allows longer data retention, or use your tools of choice to monitor and analyze your deployment.
65
56
66
-
As an example, you can export the platform metrics to data storage and processing services such as [Azure Monitor Log Analytics](/azure/azure-monitor/logs/log-analytics-overview), [Azure Storage](/azure/storage/), or [Azure Event Hubs](/azure/event-hubs/). You can also leverage [Azure Managed Grafana](/azure/managed-grafana/) to create a monitoring experience in the cloud mirroring the capabilities of the local [packet core dashboards](packet-core-dashboards.md).
57
+
For example, you can export the platform metrics to data storage and processing services such as [Azure Monitor Log Analytics](/azure/azure-monitor/logs/log-analytics-overview), [Azure Storage](/azure/storage/), or [Azure Event Hubs](/azure/event-hubs/). You can also leverage [Azure Managed Grafana](/azure/managed-grafana/) to create a monitoring experience in the cloud mirroring the capabilities of the local [packet core dashboards](packet-core-dashboards.md).
67
58
68
59
> [!NOTE]
69
60
> Exporting metrics to another application for analysis or storage may incur extra costs. Check the pricing information for the applications you want to use.
70
61
71
-
See [Supported metrics with Azure Monitor](/azure/azure-monitor/essentials/metrics-supported) for the mobile network metrics available for retrieval. You can find more information on using the Azure Monitor REST API to construct queries and retrieve metrics at [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough).
62
+
See [Supported metrics with Azure Monitor](/azure/azure-monitor/essentials/metrics-supported#microsoftkubernetesconfigurationextensions) for the AP5GC metrics available for retrieval. AP5GC metrics are included under *microsoft.kubernetesconfiguration/extensions*. You can find more information on using the Azure Monitor REST API to construct queries and retrieve metrics at [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough).
0 commit comments