Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + METRICS + [ |
| 2 | "@gmetric4j//jar", |
| 3 | "@metrics_graphite//jar", |
| 4 | ] |
| 5 | |
| 6 | EXCLUDED_BUNDLES = [ |
| 7 | "@gmetric4j//jar", |
| 8 | "@metrics_graphite//jar", |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app( |
| 16 | category = "Monitoring", |
| 17 | description = "Performance metric service reporter and retriever for graphite", |
| 18 | excluded_bundles = EXCLUDED_BUNDLES, |
| 19 | title = "Graphite Report and Query", |
| 20 | url = "http://onosproject.org", |
| 21 | ) |