From 9bbe68b382f024f1d6297ec11540990a9e40b6ce Mon Sep 17 00:00:00 2001 From: Praveen Date: Wed, 19 Aug 2026 22:49:54 +0530 Subject: [PATCH] docs: add links to metrics view examples --- docs/examples/metrics/views/README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/examples/metrics/views/README.rst b/docs/examples/metrics/views/README.rst index 43f30df693d..f3351fad7dd 100644 --- a/docs/examples/metrics/views/README.rst +++ b/docs/examples/metrics/views/README.rst @@ -3,11 +3,12 @@ View common scenarios These examples show how to customize the metrics that are output by the SDK using Views. There are multiple examples: -* change_aggregation.py: Shows how to configure to change the default aggregation for an instrument. -* change_name.py: Shows how to change the name of a metric. -* limit_num_of_attrs.py: Shows how to limit the number of attributes that are output for a metric. -* drop_metrics_from_instrument.py: Shows how to drop measurements from an instrument. -* change_reservoir_factory.py: Shows how to use your own ``ExemplarReservoir`` +* :scm_web:`change_aggregation.py `: Shows how to configure to change the default aggregation for an instrument. +* :scm_web:`change_name.py `: Shows how to change the name of a metric. +* :scm_web:`limit_num_of_attrs.py `: Shows how to limit the number of attributes that are output for a metric. +* :scm_web:`drop_metrics_from_instrument.py `: Shows how to drop measurements from an instrument. +* :scm_web:`change_reservoir_factory.py `: Shows how to use your own ``ExemplarReservoir`` + The source files of these examples are available :scm_web:`here `.