Created metric class

Metric collects updates from sensor. Report displays metric readings
depending on reportingType.

Tested:
  - Added new units tests for Metric class
  - All other unit tests are passing

Change-Id: I19f4831fab163a4f9540cef7bb23e903ae90fddf
Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@intel.com>
diff --git a/tests/meson.build b/tests/meson.build
index 2bf9dfb..54d79e2 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -53,5 +53,6 @@
             sdbusplus,
         ],
         include_directories: ['../src', 'src']
-    )
+    ),
+    timeout: 120,
 )