class Log::InfluxBackend::Config

Defined in:

log-influx_backend.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, org : String, bucket : String, location : URI) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def location : URI #

[View source]
def location=(location : URI) #

[View source]
def org : String #

[View source]
def org=(org : String) #

[View source]
def params : String #

[View source]
def params=(params : String) #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]