blob: 0d3ea56ffad1f21732e0e3d62b3a0291de594174 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + METRICS + [
2 "@gmetric4j//jar",
3 "@metrics_graphite//jar",
4]
5
Ray Milkey11ce9302019-02-07 14:41:17 -08006INCLUDED_BUNDLES = [
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 "@gmetric4j//jar",
8 "@metrics_graphite//jar",
Ray Milkey11ce9302019-02-07 14:41:17 -08009 "@remotetea_oncrpc//jar",
Ray Milkey35ea5bf2018-07-17 15:28:44 -070010]
11
12osgi_jar_with_tests(
13 deps = COMPILE_DEPS,
14)
15
16onos_app(
17 category = "Monitoring",
18 description = "Performance metric service reporter and retriever for graphite",
Ray Milkey11ce9302019-02-07 14:41:17 -080019 included_bundles = INCLUDED_BUNDLES,
Ray Milkey35ea5bf2018-07-17 15:28:44 -070020 title = "Graphite Report and Query",
21 url = "http://onosproject.org",
22)