module InfluxDB
Constants
- DEFAULT_CONFIG_OPTIONS
DEFAULT_CONFIG_OPTIONS
maps (most) of the configuration options to their default value. Each option (except for “async” and “udp”) can be changed at runtime throug theInfluxDB::Client
instance.If you need to change the writer to be asynchronuous or use UDP, you need to get a new
InfluxDB::Client
instance.