blob: a7ca902b1171f31f1d7abde18e81a5edea890f7d [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + METRICS + [
2 "@gmetric4j//jar",
3 "@metrics_graphite//jar",
4]
5
6EXCLUDED_BUNDLES = [
7 "@gmetric4j//jar",
8 "@metrics_graphite//jar",
9]
10
11osgi_jar_with_tests(
12 deps = COMPILE_DEPS,
13)
14
15onos_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)