Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ Follow these steps to download the Security Baseline CSV:
1. Select the file you want to download.
1. In the top-right corner, select the **Download raw file** icon. This action saves the file onto your local computer.

## Disconnected operations samples

Sample artifacts for monitoring Azure Local clusters running in disconnected operations mode, such as the **point-in-time-metrics.json** Grafana dashboard.

Follow these steps to download a disconnected operations sample:

1. Go to the **disconnected-operations** folder.
1. Select the file you want to download.
1. In the top-right corner, select the **Download raw file** icon. This action saves the file onto your local computer.

For prerequisites and import steps, see the [disconnected-operations README](disconnected-operations/README.md). For full setup and configuration steps, see [Use Grafana for point-in-time metrics to monitor disconnected operations for Azure Local](https://learn.microsoft.com/azure/azure-local/manage/disconnected-operations-grafana-monitoring) on Microsoft Learn.

## License

Refer to [LICENSE](LICENSE) for all Licensing information.
27 changes: 27 additions & 0 deletions disconnected-operations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Disconnected operations samples

Sample artifacts for monitoring Azure Local clusters running in disconnected operations mode.

## point-in-time-metrics.json

Grafana dashboard that surfaces point-in-time metrics for an Azure Local cluster running in disconnected operations mode. The dashboard covers processor, disk, memory, network, TCP, Winsock, services, and scenarios, and queries the local ARM metrics API directly — without requiring connectivity to the Azure public cloud.

### Prerequisites

- Grafana 12.3.0 or later.
- An Azure Local cluster running in disconnected operations mode, with the ARM endpoint reachable from the Grafana host.
- A service principal with permission to read cluster metrics.
- The Azure Local Observability Grafana datasource plugin installed and configured.

### Download and import the dashboard

1. Go to the **disconnected-operations** folder and select **point-in-time-metrics.json**.
1. In the top-right corner, select the **Download raw file** icon. This action saves the file onto your local computer.
1. In Grafana, go to **Dashboards** > **New** > **Import** and upload the file.
1. Select your **Azure Local Monitor** datasource when prompted, then select **Import**.

For full setup, plugin installation, and datasource configuration steps, see [Use Grafana for point-in-time metrics to monitor disconnected operations for Azure Local](https://learn.microsoft.com/azure/azure-local/manage/disconnected-operations-grafana-monitoring) on Microsoft Learn.

## License

Refer to [LICENSE](../LICENSE.md) for all Licensing information.
Loading