From 908804489bb4c8ba619b64e29177a2b193968f50 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Mon, 24 Feb 2025 21:00:01 -0500 Subject: [PATCH] Mention support for periodic exporting in README (#1811) Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- metrics_sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics_sdk/README.md b/metrics_sdk/README.md index 86a8e95b00..62ecfefb44 100644 --- a/metrics_sdk/README.md +++ b/metrics_sdk/README.md @@ -25,6 +25,7 @@ At this time, you should be able to: * observable up down counters * Export using a pull exporter * Use delta aggregation temporality +* Periodic Exporting Metric Reader We do not yet have support for: @@ -32,7 +33,6 @@ We do not yet have support for: * Cumulative aggregation temporality * Metrics Views * Metrics Exemplars -* Periodic Exporting Metric Reader * Push metric exporting These lists are incomplete and are intended to give a broad description of what's available.