blob: 81ee9187efcda20883f2bbfbe14aff80fb147b3f [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:METRICS',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005 '//lib:org.apache.karaf.shell.console',
6 '//lib:javax.ws.rs-api',
7 '//utils/rest:onlab-rest',
8 '//cli:onos-cli',
9]
10
Ray Milkeyf9a76972016-04-12 09:47:12 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)
14
Ray Milkeyf9a76972016-04-12 09:47:12 -070015onos_app (
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070016 title = 'Topology & Intent Metrics',
17 category = 'Monitoring',
Ray Milkeyf9a76972016-04-12 09:47:12 -070018 url = 'http://onosproject.org',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070019 description = 'Monitoring of various metrics related to topology mutation and intent programming.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020)