From 111bda4e2f960fa668451c7ec999099ff0d8291d Mon Sep 17 00:00:00 2001 From: cwasicki <126617870+cwasicki@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:36:16 +0200 Subject: [PATCH] Update link to metric docs in README Signed-off-by: cwasicki <126617870+cwasicki@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1ca7b..e248bc8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ client = ReportingApiClient(server_url=SERVER_URL, auth_key=AUTH_KEY, sign_secre This method supports: - Selecting specific `microgrid_id` and `component_id`. -- Choosing one or more `metrics` to retrieve. Available metrics are listed [here](https://github.com/frequenz-floss/frequenz-api-common/blob/v0.8.0/proto/frequenz/api/common/v1alpha8/metrics/metrics.proto). +- Choosing one or more `metrics` to retrieve. Available metrics are listed [here](https://frequenz-floss.github.io/frequenz-api-common/v0.8/protobuf-reference/frequenz/api/common/v1alpha8/metrics/metrics/#frequenz-api-common-v1alpha8-metrics-Metric). - Defining a time range with `start_time` and `end_time`. - Optional downsampling using `resampling_period` (e.g., `timedelta(minutes=15)`).