Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func NewCollector ¶
func NewCollector(client *http.Client, dataCh <-chan []*pb.MetricsPayload_Metric) *Collector
type StrategyData ¶
type StrategyData struct { Strategy string `json:"strategy"` Data interface{} `json:"data"` Timestamp int64 `json:"timestamp"` }
StrategyData contains the data generated by a strategy.
Click to show internal directories.
Click to hide internal directories.