blob: 302e06a7041cf4d6d567b7d9709cb95018c01fc6 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST
2
3osgi_jar_with_tests(
Ray Milkey59219852018-10-09 14:45:52 -07004 karaf_command_packages = [
5 "org.onosproject.metrics.intent.cli",
6 "org.onosproject.metrics.topology.cli",
7 ],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07008 deps = COMPILE_DEPS,
9)
10
11onos_app(
12 category = "Monitoring",
13 description = "Monitoring of various metrics related to topology mutation and intent programming.",
14 title = "Topology & Intent Metrics",
15 url = "http://onosproject.org",
16)