From 9e511fbf890bdb205c12759768488d18cfccb6a7 Mon Sep 17 00:00:00 2001
From: Giuseppe Attardi <giuseppe.attardi@garr.it>
Date: Mon, 22 Jul 2019 01:08:53 +0200
Subject: [PATCH] Update README.rst

---
 costs-plugin/README.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/costs-plugin/README.rst b/costs-plugin/README.rst
index 3cff8c1..e36d805 100644
--- a/costs-plugin/README.rst
+++ b/costs-plugin/README.rst
@@ -9,13 +9,14 @@ resource usage in a project.
 Costs are calculated from metrics obtained from Gnocchi and unit resource prices
 from the cloud usage database.
 
-The panel displays a table with the following columns:
+The panel displays a table summarizing the costs for resources consumed in a given period,
+providing for each resource, the following data:
     - Metric Name
     - Metric Description
     - Resource Name
     - Resource Type
-    - Average Value. Average resource consumption by hour.
+    - Average Use. Average resource consumption by the hour.
     - Unit. Unit of resource metric
     - Price. Unit price fetched from a separate price database.
-    - Cost. Final cost calculated based on the average value per hour and the
+    - Cost. Total cost for the period calculated based on the average use per hour and the
       corresponding price
-- 
GitLab