Performance Metrics service and manager added
diff --git a/utils/misc/pom.xml b/utils/misc/pom.xml
index b451b50..bb25635 100644
--- a/utils/misc/pom.xml
+++ b/utils/misc/pom.xml
@@ -55,6 +55,11 @@
             <groupId>org.objenesis</groupId>
             <artifactId>objenesis</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.codahale.metrics</groupId>
+            <artifactId>metrics-core</artifactId>
+            <version>3.0.2</version>
+        </dependency>
     </dependencies>
 
 </project>