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 | |
Ray Milkey | 11ce930 | 2019-02-07 14:41:17 -0800 | [diff] [blame] | 6 | INCLUDED_BUNDLES = [ |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | "@gmetric4j//jar", |
| 8 | "@metrics_graphite//jar", |
Ray Milkey | 11ce930 | 2019-02-07 14:41:17 -0800 | [diff] [blame] | 9 | "@remotetea_oncrpc//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests( |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | onos_app( |
| 17 | category = "Monitoring", |
| 18 | description = "Performance metric service reporter and retriever for graphite", |
Ray Milkey | 11ce930 | 2019-02-07 14:41:17 -0800 | [diff] [blame] | 19 | included_bundles = INCLUDED_BUNDLES, |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 20 | title = "Graphite Report and Query", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |