- port: The port where the stats are published can be passed directly to the script as --port (-p) <value> or by setting the $PORT env variable (defaults to 8080).
- sampling interval: The sampling interval can be passed directly to the exporter as --sampling_interval (-s) <value_in_seconds> or by setting the $SAMPLING_INTERVAL env variable (defaults to 1).
- log level: The verbosity of the exporter can be passed to the script as --log_level (-l) <value> (critical, error, warning, info, debug) or by setting the $LOG_LEVEL env variable (defaults to info).
## Grafana dashboard
The json definition of an example grafana dashboard is included in this repo.