From 763888194aca4c62538c614d28954ceb0fca3f5f Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Fri, 24 May 2024 10:12:22 +0530 Subject: [PATCH] Add note about each program --- lesson-7-how-to-x/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lesson-7-how-to-x/readme.md diff --git a/lesson-7-how-to-x/readme.md b/lesson-7-how-to-x/readme.md new file mode 100644 index 0000000..98061c7 --- /dev/null +++ b/lesson-7-how-to-x/readme.md @@ -0,0 +1,6 @@ +The programs show how to customize the metric streams produced by the SDK using Views. + +* change_aggregation.py: Shows how to configure to change the default aggregation using name of the instrument +* configure_temporality.py: Shows how to have multiple exporter with different temporalities +* control_attributes_from_metrics.py: Shows how to limit the number of attributes that are output for a metric. +* drop_metrics_with_name.py: Shows how to drop a metric entirely