[ONOS-6879] Adding Controller Metrics Application, To retrive memory, Disk and CPU usage for all controller

Change-Id: I5976f0194555c1c3c42d6b6d09c468d6dfc983ff
diff --git a/apps/nodemetrics/api/BUCK b/apps/nodemetrics/api/BUCK
new file mode 100644
index 0000000..42b99a6
--- /dev/null
+++ b/apps/nodemetrics/api/BUCK
@@ -0,0 +1,9 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//lib:sigar',
+
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
\ No newline at end of file