Influx Satellite#
Name |
Influx |
---|---|
Description |
Satellite writing metrics to InfluxDB |
Category |
Monitoring |
Language |
Python |
Description#
This satellite listens to metrics sent by other satellites and writes to a InfluxDB time series database. Only metrics of type float, integer and boolean can be written to InfluxDB.
Warning
Currently, the satellites subscribes to all metrics. This can lead to performance penalties if there are debugging metrics which are evaluated in a hot loop. Excluding and including metrics is a feature that will be added in the future.
Requirements#
The Influx satellite requires the [influx]
component, which can be installed with:
pip install "ConstellationDAQ[influx]"
pip install --no-build-isolation -e ".[influx]"
Note
The Influx satellite requires a working InfluxDB instance. A how-to guide on how to set up an InfluxDB instance is given in the operator guide.
Parameters#
Parameter |
Description |
Type |
Default Value |
---|---|---|---|
|
InfluxDB URL |
String |
|
|
Access token |
String |
- |
|
Organization |
String |
- |
|
Measurement bucket |
String |
|
Framework Parameters#
This satellite inherits the following framework parameters from its base classes:
Parameters inherited from Satellite
#
Autonomous Operation#
Parameter |
Type |
Description |
Default Value |
---|---|---|---|
|
Role name |
Role this satellite should take in the Constellation. Accepted values are |
|
Transition Orchestration#
Parameters to control autonomous transition orchestration of satellites:
Parameter |
Type |
Description |
Default Value |
---|---|---|---|
|
Unsigned integer |
Timeout in seconds to wait for all conditions to be satisfied for conditional transitioning |
|
|
List of strings |
List of canonical names of remote satellites for conditional transitioning in |
- |
|
List of strings |
List of canonical names of remote satellites for conditional transitioning in |
- |
|
List of strings |
List of canonical names of remote satellites for conditional transitioning in |
- |
|
List of strings |
List of canonical names of remote satellites for conditional transitioning in |
- |
|
List of strings |
List of canonical names of remote satellites for conditional transitioning in |
- |
Framework Metrics#
This satellite inherits the following framework metrics from its base classes:
Metrics inherited from Satellite
#
None