Class InfluxDB::Config
In: lib/influxdb/config.rb
Parent: Object

InfluxDB client configuration

Methods

async?   hosts   new   next_host   udp?  

Constants

AUTH_METHODS = ["params".freeze, "basic_auth".freeze, "none".freeze].freeze

Attributes

async  [R] 
auth_method  [RW] 
chunk_size  [RW] 
database  [RW] 
denormalize  [RW] 
discard_write_errors  [RW] 
epoch  [RW] 
initial_delay  [RW] 
max_delay  [RW] 
open_timeout  [RW] 
password  [RW] 
port  [RW] 
prefix  [RW] 
read_timeout  [RW] 
retry  [RW] 
ssl_ca_cert  [RW] 
time_precision  [RW] 
udp  [R] 
use_ssl  [RW] 
username  [RW] 
verify_ssl  [RW] 

Public Class methods

Public Instance methods

[Validate]