Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInfluxDB ¶ added in v0.6.0
func NewInfluxDB(conf ConfInfluxDB) (*vInfluxDB, error)
func NewWarp10 ¶ added in v0.6.0
func NewWarp10(conf ConfWarp10) (*warp10, error)
Types ¶
type ConfDatadog ¶ added in v0.6.0
type ConfInfluxDB ¶
type ConfInfluxDBv2 ¶ added in v0.6.0
type ConfWarp10 ¶ added in v0.5.0
type TsdbEndpoint ¶ added in v0.6.0
type TsdbEndpoint interface { Name() string WritePoint(task teststruct.Task) error UpdateTestState(task teststruct.Task) error // contains filtered or unexported methods }
type Tsdbs ¶ added in v0.6.0
type Tsdbs struct { sync.RWMutex Enable bool TsdbEndpoints []TsdbEndpoint }
var TsdbManager Tsdbs
func (*Tsdbs) AddTsdb ¶ added in v0.6.0
func (ts *Tsdbs) AddTsdb(endpoint TsdbEndpoint)
func (*Tsdbs) UpdateTestStateToDB ¶ added in v0.6.0
func (ts *Tsdbs) UpdateTestStateToDB(task teststruct.Task)
func (*Tsdbs) WriteOnTsdbs ¶ added in v0.6.0
func (ts *Tsdbs) WriteOnTsdbs(task teststruct.Task)
Click to show internal directories.
Click to hide internal directories.