tisdb.config module

class tisdb.config.TsdbConfig(host: str = 'localhost', port: int = 3306, user: str = 'root', password: str = 'root')

Bases: sortedcontainers.sorteddict.SortedDict

Tsdb client config

Args:

host ([str]): connection host port ([int]): port user ([str]): auth user password ([str]): auth password