From 1594f7dd2d0a379830d3e5e5cbf7be6862d18ebc Mon Sep 17 00:00:00 2001 From: Nicholas Devlin Date: Fri, 4 Feb 2022 15:20:21 -0500 Subject: [PATCH] Update README.md --- metric_usage_report/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric_usage_report/README.md b/metric_usage_report/README.md index aa78369..30c1777 100644 --- a/metric_usage_report/README.md +++ b/metric_usage_report/README.md @@ -23,7 +23,7 @@ Reports will be placed in the results folder under the names `report.*` ### Caching -API calls are expensive and time consuming. To avoid requesting all dashboard definitions from your account every time you want a metric report, results are cached in json format in the file `db_cache.txt`. If that file exists, the script will automatically use those results instead. +API calls are time consuming. To avoid requesting all dashboard definitions from your account every time you want a metric report, results are cached in json format in the file `db_cache.txt`. If that file exists, the script will automatically use those results instead. To get a fresh list of dashboards, either rename or delete the file `db_cache.txt`.