Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:METRICS', |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 4 | '//lib:gmetric4j', |
| 5 | '//lib:metrics-graphite', |
| 6 | ] |
| 7 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 8 | EXCLUDED_BUNDLES = [ |
| 9 | '//lib:gmetric4j', |
| 10 | '//lib:metrics-graphite', |
| 11 | ] |
| 12 | |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 13 | TEST_DEPS = [ |
| 14 | '//lib:TEST', |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 15 | '//core/api:onos-api-tests', |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 16 | ] |
| 17 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 18 | osgi_jar_with_tests ( |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 19 | deps = COMPILE_DEPS, |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 20 | test_deps = TEST_DEPS, |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 21 | ) |
| 22 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 23 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 24 | title = 'Graphite Report and Query', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 25 | category = 'Monitoring', |
| 26 | url = 'http://onosproject.org', |
| 27 | description = 'Performance metric service reporter and retriever for graphite', |
| 28 | excluded_bundles = EXCLUDED_BUNDLES, |
Jian Li | b8ea0b5 | 2016-03-31 09:33:27 -0700 | [diff] [blame] | 29 | ) |