Gathers PythNet metrics and pushes them to InfluxDB. At the moment it just gathers skipped slot metrics.
--help
- Show the help text
RPC_URL
- URL of the PythNet RPC host (optional, default is the PythNet RPC host)
If any of the following are not specified, the program will run in dry-run mode:
INFLUX_URL
- InfluxDB URLINFLUX_ORG
- InfluxDB organizationINFLUX_USER
- InfluxDB user (for token v1 authentication)INFLUX_PASSWORD
- InfluxDB password (for token v1 authentication)INFLUX_BUCKET
- Bucket to save the metrics to
This means that:
- Nothing will be sent to InfluxDB
- The metrics will be output to stdout
The image can be found in DockerHub