Skip to content

Commit 111bda4

Browse files
committed
Update link to metric docs in README
Signed-off-by: cwasicki <[email protected]>
1 parent 2707a4f commit 111bda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ client = ReportingApiClient(server_url=SERVER_URL, auth_key=AUTH_KEY, sign_secre
6969

7070
This method supports:
7171
- Selecting specific `microgrid_id` and `component_id`.
72-
- 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).
72+
- 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).
7373
- Defining a time range with `start_time` and `end_time`.
7474
- Optional downsampling using `resampling_period` (e.g., `timedelta(minutes=15)`).
7575

0 commit comments

Comments
 (0)