osp-analytics¶
Overview¶
Analytics provides a way to record values and / or events generated by some other module. These values are stored inside an InfluxDB which can be internal to the stack or external.
List of configuration files¶
Filename |
Short description |
Format |
Documentation |
---|---|---|---|
module.service |
Each service is described in its own file and then assembled |
yml |
See the Swarm administration or Official documentation |
module.analytics |
Define the configuration of the module |
json |
|
measure.analytics |
Define a measure that can be link to an output. |
json |
|
measure.ospp |
Define the property of a measure. |
json |
|
field.analytics |
Define a field that can be link to an output. |
json |
|
field.ospp |
Define the property of a field. |
json |
|
output.analytics |
Insert a new value inside the analytics upon a value change. |
json |
|
query.analytics |
Define the query to extract some data (graph, average, …) |
json |