blob: 90ca131bbbbcb518b4cca82b5899afbf7228f83d [file] [log] [blame]
Jian Lib8ea0b52016-03-31 09:33:27 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:METRICS',
Jian Lib8ea0b52016-03-31 09:33:27 -07004 '//lib:gmetric4j',
5 '//lib:metrics-graphite',
6]
7
Ray Milkeyf9a76972016-04-12 09:47:12 -07008EXCLUDED_BUNDLES = [
9 '//lib:gmetric4j',
10 '//lib:metrics-graphite',
11]
12
Jian Lib8ea0b52016-03-31 09:33:27 -070013TEST_DEPS = [
14 '//lib:TEST',
Ray Milkey7c251822016-04-06 17:38:25 -070015 '//core/api:onos-api-tests',
Jian Lib8ea0b52016-03-31 09:33:27 -070016]
17
Ray Milkeyf9a76972016-04-12 09:47:12 -070018osgi_jar_with_tests (
Jian Lib8ea0b52016-03-31 09:33:27 -070019 deps = COMPILE_DEPS,
Ray Milkeyf9a76972016-04-12 09:47:12 -070020 test_deps = TEST_DEPS,
Jian Lib8ea0b52016-03-31 09:33:27 -070021)
22
Ray Milkeyf9a76972016-04-12 09:47:12 -070023onos_app (
24 title = 'Graphite Report and Query App',
25 category = 'Monitoring',
26 url = 'http://onosproject.org',
27 description = 'Performance metric service reporter and retriever for graphite',
28 excluded_bundles = EXCLUDED_BUNDLES,
Jian Lib8ea0b52016-03-31 09:33:27 -070029)