blob: 85402ba9895ba5780b3080da10ff32e5a52a3ff5 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + METRICS + [
2 "@gmetric4j//jar",
3 "@metrics_ganglia//jar",
4 "@remotetea_oncrpc//jar",
5]
6
Ray Milkey6ee38b82019-02-07 08:08:26 -08007INCLUDED_BUNDLES = [
Ray Milkey35ea5bf2018-07-17 15:28:44 -07008 "@gmetric4j//jar",
9 "@metrics_ganglia//jar",
10 "@remotetea_oncrpc//jar",
11]
12
13osgi_jar_with_tests(
14 deps = COMPILE_DEPS,
15)
16
17onos_app(
18 category = "Monitoring",
19 description = "Performance metric service reporter",
Ray Milkey6ee38b82019-02-07 08:08:26 -080020 included_bundles = INCLUDED_BUNDLES,
Ray Milkey35ea5bf2018-07-17 15:28:44 -070021 title = "Ganglia Report and Query",
22 url = "http://onosproject.org",
23)