Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NoStorageConfigured error = errors.New("No storage backend has been configured")
)
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface {
Start()
StoreFlows(flows []*flow.Flow) error
SearchFlows(fsq flow.FlowSearchQuery) (*flow.FlowSet, error)
SearchMetrics(fsq flow.FlowSearchQuery, metricFilter *flow.Filter) (map[string][]*flow.FlowMetric, error)
Stop()
}
func NewStorage ¶ added in v0.9.0
func NewStorageFromConfig ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.