Skip to content

Commit 4b94213

Browse files
committed
change which config update metrics are exposed on
1 parent 6d7173b commit 4b94213

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed
14.3 KB
Loading
-158 KB
Loading

articles/private-5g-core/monitor-private-5g-core-with-platform-metrics.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-concept
1313

1414
*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.
1515

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*.
1717

1818
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).
1919

@@ -25,50 +25,41 @@ If you want to retrieve metrics for analysis using your tool of choice or for lo
2525

2626
## Visualize metrics using the Azure portal
2727

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.
2929

3030
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.":::
4036
1. Select the **Monitoring** tab.
4137

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.":::
4339

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.
4541

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).
4743

4844
## Export metrics using the Azure portal
4945

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).
5647

5748
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**.
5950
1. From the resource menu, select **Diagnostic settings**.
6051
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.
6152

6253
## Retrieve metrics using the Azure Monitor REST API
6354

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.
6556

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).
6758

6859
> [!NOTE]
6960
> Exporting metrics to another application for analysis or storage may incur extra costs. Check the pricing information for the applications you want to use.
7061
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).
7263

7364
## Next steps
7465

0 commit comments

Comments
 (0)