X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=influxlogger%2Fdocs%2Foverview.rst;h=679d0c16d42990b691db25e4194fafa80aeba3b2;hb=refs%2Fchanges%2F92%2F11192%2F1;hp=bb8d4fb0f90561e3a302906bdaf92f99939c2619;hpb=6a95e2ed10d0dd6e1e3a11eaea21fb8f4c06738d;p=nonrtric%2Fplt%2Franpm.git diff --git a/influxlogger/docs/overview.rst b/influxlogger/docs/overview.rst index bb8d4fb..679d0c1 100644 --- a/influxlogger/docs/overview.rst +++ b/influxlogger/docs/overview.rst @@ -38,19 +38,6 @@ Here follows an example of one Influx table which contains aggregated values for :width: 1000pt -****************************************** -Setting up the PM measurement subscription -****************************************** - -The influx logger will create its data subscription automatically. This is done by reading a file that -defines the data to log and which Kafka topic to use (1). The contents of this file is used to create -the information job for subscribing of PM measurement (2). ICS will make sure that all PM Measurement producers -are ordered to start producing data (3). - -.. image:: ./Subscription.png - :width: 1000pt - -An example jobDefinition.json file: ":download:`link <../config/jobDefinition.json>`" ******************** Input PM Measurement @@ -134,9 +121,28 @@ Here follows an example of the expected input object: Configuration ************* -The component is configured via its application.yaml +========================================== +Setting up the PM measurement subscription +========================================== + +The influx logger will create its data subscription automatically. This is done by reading a configuration file that +defines the data to log and which Kafka topic to use (1). The contents of this file is used to create +the information job for subscribing of PM measurement (2). ICS will make sure that all PM Measurement producers +are ordered to start producing data (3). + +.. image:: ./Subscription.png + :width: 1000pt + +An example jobDefinition.json file: ":download:`link <../config/jobDefinition.json>`" + +================ +application.yaml +================ + +The component is configured via its application.yaml + An example application.yaml configuration file: ":download:`link <../config/application.yaml>`"