Committed by
Gerrit Code Review
[ONOS-4176] Extract InfluxDB access config in a separate service
With existing implementation, influxDB access related configuration should be done in both reporter and retriever which may cause potential inconsistency. With this commit, both reporter and retriever refer to access configuration from InfluxDbMetricsConfig so that we do not need to configure access parameters two times. Change-Id: I25159abb24e46d9593ef71224da3f79e3687d36c
Showing
4 changed files
with
376 additions
and
2 deletions
apps/influxdbmetrics/src/main/java/org/onosproject/influxdbmetrics/InfluxDbMetricsConfig.java
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment