Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/metrics/BUILD b/apps/metrics/BUILD
new file mode 100644
index 0000000..443c1d4
--- /dev/null
+++ b/apps/metrics/BUILD
@@ -0,0 +1,12 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    category = "Monitoring",
+    description = "Monitoring of various metrics related to topology mutation and intent programming.",
+    title = "Topology & Intent Metrics",
+    url = "http://onosproject.org",
+)