Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST |
| 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | 5921985 | 2018-10-09 14:45:52 -0700 | [diff] [blame] | 4 | karaf_command_packages = [ |
| 5 | "org.onosproject.metrics.intent.cli", |
| 6 | "org.onosproject.metrics.topology.cli", |
| 7 | ], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_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 | ) |