From 276cf8c8e230d25d0872babca0a5965514760e19 Mon Sep 17 00:00:00 2001 From: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:19:55 -0700 Subject: [PATCH] update readme (#22971) --- sdk/monitor/query/azmetrics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/monitor/query/azmetrics/README.md b/sdk/monitor/query/azmetrics/README.md index b223e5827f69..944178ec0ab3 100644 --- a/sdk/monitor/query/azmetrics/README.md +++ b/sdk/monitor/query/azmetrics/README.md @@ -51,6 +51,8 @@ Each set of metric values is a time series with the following characteristics: - The value itself - Some metrics may have multiple dimensions as described in [multi-dimensional metrics][multi-metrics]. Custom metrics can have up to 10 dimensions. +To discover the metrics available to query, please reference the [supported metrics documentation][supported_metrics]. The documentation also describes important details like the valid unit, aggregation, and time grain for each metric. + ## Examples Get started with our [examples][examples].