blob: 302e06a7041cf4d6d567b7d9709cb95018c01fc6 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST
osgi_jar_with_tests(
karaf_command_packages = [
"org.onosproject.metrics.intent.cli",
"org.onosproject.metrics.topology.cli",
],
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",
)